Add interbase extension to test ini file

This commit is contained in:
Timothy Warren 2015-08-26 10:00:09 -04:00
parent ae3d068efe
commit 044a33e1e4
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ 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 cp /etc/php5/conf.d/interbase.ini /etc/php5/mods-available/interbase.ini
- sudo php5enmod interbase
script: