1
0
mirror of https://github.com/danog/ext-pq.git synced 2025-01-22 22:01:33 +01:00

Try to fix the matrix

travis lint is not of big help here, because it seems pretty outdated...
This commit is contained in:
Michael Wallner 2015-07-29 09:12:49 +02:00
parent f593714e2c
commit 2d5c925337

View File

@ -20,15 +20,17 @@ env:
- PHP_TARGET_REF=PHP-5.5 PHP_CONFIGURE_OPTS="--enable-maintainer-zts"
- PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS=""
- PHP_TARGET_REF=PHP-5.6 PHP_CONFIGURE_OPTS="--enable-maintainer-zts"
include:
- addons:
postgresql: 9.1
- addons:
postgresql: 9.2
- addons:
postgresql: 9.3
- addons:
postgresql: 9.4
matrix:
include:
- addons:
postgresql: 9.1
- addons:
postgresql: 9.2
- addons:
postgresql: 9.3
- addons:
postgresql: 9.4
before_script:
- ./travis/compile-php.sh