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:
parent
a580855cdb
commit
428a37a750
@ -2,6 +2,9 @@ language: c
|
||||
|
||||
addons:
|
||||
postgresql: "9.3"
|
||||
apt:
|
||||
packages:
|
||||
- libpq-dev
|
||||
|
||||
env:
|
||||
global:
|
||||
@ -19,10 +22,6 @@ env:
|
||||
- PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS=""
|
||||
- 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:
|
||||
- ./travis/compile-php.sh
|
||||
- ./travis/compile-ext-raphf.sh
|
||||
@ -31,3 +30,5 @@ before_script:
|
||||
|
||||
script:
|
||||
- $HOME$BUILD_INSTALL_DIR/bin/php ./run-tests.php -q -p $HOME$BUILD_INSTALL_DIR/bin/php --show-diff
|
||||
|
||||
sudo: false
|
Loading…
Reference in New Issue
Block a user