diff --git a/.travis.yml b/.travis.yml index e43be5b..9815028 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,6 @@ before_install: - sudo apt-get update - sudo apt-get install -qq php5-interbase firebird2.5-superclassic -install: - - sudo /etc/rc.d/init.d/firebird start - before_script: - psql -c 'DROP DATABASE IF EXISTS test;' -U postgres - psql -c 'create database test;' -U postgres @@ -32,4 +29,7 @@ after_script: matrix: allow_failures: - - php: 5.3 \ No newline at end of file + - php: 5.3 + +services: + - firebird \ No newline at end of file