Attempt to start Firebird

This commit is contained in:
Timothy Warren 2015-08-25 17:03:05 -04:00
parent 83d20179f9
commit 4b46cfed93
1 changed files with 4 additions and 4 deletions

View File

@ -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
- php: 5.3