From c08d7415051074bd3f2268a398eb5bd3c0243c23 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 26 Aug 2015 09:27:11 -0400 Subject: [PATCH] Attempt to start Firebird --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c238d1..89aede7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,10 +15,10 @@ before_install: - sudo apt-get install -qq php5-interbase firebird2.5-superclassic install: - - sudo service firebird2.5-super start - sudo chmod 777 build/tests/db_files/FB_TEST_DB.FDB before_script: + - sudo service firebird2.5-super start - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres - psql -c 'create database test;' -U postgres - mysql -e 'create database IF NOT EXISTS test;'