Try again with firebird setup
This commit is contained in:
parent
11755c3770
commit
cc48fff43f
11
.travis.yml
11
.travis.yml
@ -1,4 +1,4 @@
|
||||
sudo: false
|
||||
#sudo: false
|
||||
|
||||
language: php
|
||||
|
||||
@ -11,7 +11,8 @@ php:
|
||||
- nightly
|
||||
|
||||
install:
|
||||
dpkg-reconfigure firebird2.5-superclassic
|
||||
- suao apt-get install -qq php5-interbase firebird2.5-superclassic
|
||||
- sudo dpkg-reconfigure firebird2.5-superclassic
|
||||
|
||||
before_script:
|
||||
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
||||
@ -22,12 +23,6 @@ script:
|
||||
- mkdir -p build/logs
|
||||
- phpunit --coverage-clover build/logs/clover.xml
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- php5-interbase
|
||||
- firebird2.5-superclassic
|
||||
|
||||
after_script:
|
||||
- wget https://scrutinizer-ci.com/ocular.phar
|
||||
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
|
Loading…
Reference in New Issue
Block a user