1
0
mirror of https://github.com/danog/ext-pq.git synced 2024-11-30 04:19:49 +01:00

this may do it

This commit is contained in:
Michael Wallner 2015-07-27 10:25:48 +02:00
parent a580855cdb
commit 428a37a750

View File

@ -2,6 +2,9 @@ language: c
addons: addons:
postgresql: "9.3" postgresql: "9.3"
apt:
packages:
- libpq-dev
env: env:
global: global:
@ -19,10 +22,6 @@ env:
- PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS="" - PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS=""
- PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS="--enable-maintainer-zts" - PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS="--enable-maintainer-zts"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libpq-dev
before_script: before_script:
- ./travis/compile-php.sh - ./travis/compile-php.sh
- ./travis/compile-ext-raphf.sh - ./travis/compile-ext-raphf.sh
@ -31,3 +30,5 @@ before_script:
script: script:
- $HOME$BUILD_INSTALL_DIR/bin/php ./run-tests.php -q -p $HOME$BUILD_INSTALL_DIR/bin/php --show-diff - $HOME$BUILD_INSTALL_DIR/bin/php ./run-tests.php -q -p $HOME$BUILD_INSTALL_DIR/bin/php --show-diff
sudo: false