From 97ceb94e3ca373761baf4977f4508966bf3efca8 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 25 Aug 2015 16:54:42 -0400 Subject: [PATCH] Attempt to start firebird --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 657d47c..e27189a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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