another attempt with firebird
This commit is contained in:
parent
3e58c5c6ff
commit
e1f0f57e5a
11
.travis.yml
11
.travis.yml
@ -10,8 +10,11 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
install:
|
before_install:
|
||||||
|
- sudo apt-get update
|
||||||
- sudo apt-get install -qq php5-interbase firebird2.5-superclassic
|
- sudo apt-get install -qq php5-interbase firebird2.5-superclassic
|
||||||
|
|
||||||
|
install:
|
||||||
- sudo dpkg-reconfigure firebird2.5-superclassic
|
- sudo dpkg-reconfigure firebird2.5-superclassic
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
@ -25,4 +28,8 @@ script:
|
|||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- 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
|
Loading…
Reference in New Issue
Block a user