From 4b46cfed933dcf1a86815dcd66ec2927f6d0ecf4 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 25 Aug 2015 17:03:05 -0400 Subject: [PATCH] Attempt to start Firebird --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9815028..6b1b58e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,9 @@ before_install: - sudo apt-get update - sudo apt-get install -qq php5-interbase firebird2.5-superclassic +install: + - sudo service firebird start + before_script: - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres - psql -c 'create database test;' -U postgres @@ -29,7 +32,4 @@ after_script: matrix: allow_failures: - - php: 5.3 - -services: - - firebird \ No newline at end of file + - php: 5.3 \ No newline at end of file