Add interbase extension to test ini file

This commit is contained in:
Timothy Warren 2015-08-26 10:05:11 -04:00
parent 044a33e1e4
commit e890efb4ab
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ 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;'
- sudo php5enmod interbase
- sudo pecl install pdo_firebird
#- sudo php5enmod interbase
script:
- mkdir -p build/logs