Attempt to start Firebird

This commit is contained in:
Timothy Warren 2015-08-25 17:07:16 -04:00
parent 4b46cfed93
commit 0fdd1ab4c0
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ before_install:
- sudo apt-get install -qq php5-interbase firebird2.5-superclassic
install:
- sudo service firebird start
- sudo service firebird2.5-super start
- sudo chmod 777 build/tests/db_files/FB_TEST_DB.FDB
before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres