Add interbase extension to test ini file
This commit is contained in:
parent
e890efb4ab
commit
02ed11e0af
@ -16,13 +16,13 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB
|
- sudo chmod 777 tests/db_files/FB_TEST_DB.FDB
|
||||||
|
- pecl install pdo_firebird
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- sudo service firebird2.5-super start
|
- sudo service firebird2.5-super start
|
||||||
- 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 pecl install pdo_firebird
|
|
||||||
#- sudo php5enmod interbase
|
#- sudo php5enmod interbase
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user