Add interbase extension to test ini file

This commit is contained in:
Timothy Warren 2015-08-26 10:10:20 -04:00
parent e890efb4ab
commit 02ed11e0af
1 changed files with 1 additions and 1 deletions

View File

@ -16,13 +16,13 @@ before_install:
install:
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB
- pecl install pdo_firebird
before_script:
- sudo service firebird2.5-super start
- 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 pecl install pdo_firebird
#- sudo php5enmod interbase
script: