test postgres on travis

This commit is contained in:
Andreas Gohr 2016-03-11 15:20:12 +01:00
parent 32a211c774
commit 3b7a976e91
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@ notifications:
on_failure: change
services:
- "mysql"
- "postgresql"
before_script:
- echo "disable_functions=$DISABLE_FUNCTIONS" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- cp _test/mysql.conf.php.dist _test/mysql.conf.php
- cp _test/pgsql.conf.php.dist _test/pgsql.conf.php
script: cd _test && phpunit --verbose --stderr