another attempt with firebird

This commit is contained in:
Timothy Warren 2015-08-25 16:52:15 -04:00
parent 3e58c5c6ff
commit e1f0f57e5a
1 changed files with 9 additions and 2 deletions

View File

@ -10,8 +10,11 @@ php:
- hhvm
- nightly
install:
before_install:
- sudo apt-get update
- sudo apt-get install -qq php5-interbase firebird2.5-superclassic
install:
- sudo dpkg-reconfigure firebird2.5-superclassic
before_script:
@ -25,4 +28,8 @@ script:
after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
matrix:
allow_failures:
- php: 5.3