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:
parent
f593714e2c
commit
2d5c925337
20
.travis.yml
20
.travis.yml
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user