Add interbase extension to test ini file
This commit is contained in:
parent
044a33e1e4
commit
e890efb4ab
@ -22,7 +22,8 @@ before_script:
|
|||||||
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
||||||
- psql -c 'create database test;' -U postgres
|
- psql -c 'create database test;' -U postgres
|
||||||
- mysql -e 'create database IF NOT EXISTS test;'
|
- mysql -e 'create database IF NOT EXISTS test;'
|
||||||
- sudo php5enmod interbase
|
- sudo pecl install pdo_firebird
|
||||||
|
#- sudo php5enmod interbase
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
|
Loading…
Reference in New Issue
Block a user