Add interbase extension to test ini file

This commit is contained in:
Timothy Warren 2015-08-26 09:54:52 -04:00
parent 1232450cc4
commit 03dfe9d35a
1 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'create database test;' -U postgres
- mysql -e 'create database IF NOT EXISTS test;'
- echo 'extension="interbase.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- echo 'zend_extension="interbase.so"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
script:
- mkdir -p build/logs
@ -34,4 +34,5 @@ after_script:
matrix:
allow_failures:
- php: 5.3
- php: 5.3
- php: hhvm