Attempt to start firebird

This commit is contained in:
Timothy Warren 2015-08-25 16:54:42 -04:00
parent e1f0f57e5a
commit 97ceb94e3c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ before_install:
install:
- sudo dpkg-reconfigure firebird2.5-superclassic
- sudo /etc/init.d/firebird start
before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres