another attempt with firebird
This commit is contained in:
parent
3e58c5c6ff
commit
e1f0f57e5a
@ -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:
|
||||
@ -26,3 +29,7 @@ script:
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- php: 5.3
|
Loading…
Reference in New Issue
Block a user