Attempt to start firebird

This commit is contained in:
Timothy Warren 2015-08-25 16:57:53 -04:00
parent 97ceb94e3c
commit f4a517594e
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ before_install:
- sudo apt-get install -qq php5-interbase firebird2.5-superclassic
install:
- sudo dpkg-reconfigure firebird2.5-superclassic
- sudo /etc/init.d/firebird start
- sudo /etc/rc.d/init.d/firebird start
before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres