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