Add interbase extension to test ini file

This commit is contained in:
Timothy Warren 2015-08-26 09:48:46 -04:00
parent e35669aa70
commit 1232450cc4
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +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
script:
- mkdir -p build/logs