Attempt to start Firebird

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

View File

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