Attempt some firebird setup on travis
This commit is contained in:
parent
1073a92e31
commit
11755c3770
@ -10,6 +10,9 @@ php:
|
|||||||
- hhvm
|
- hhvm
|
||||||
- nightly
|
- nightly
|
||||||
|
|
||||||
|
install:
|
||||||
|
dpkg-reconfigure firebird2.5-superclassic
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
||||||
- psql -c 'create database test;' -U postgres
|
- psql -c 'create database test;' -U postgres
|
||||||
@ -19,6 +22,12 @@ script:
|
|||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- phpunit --coverage-clover build/logs/clover.xml
|
- phpunit --coverage-clover build/logs/clover.xml
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- php5-interbase
|
||||||
|
- firebird2.5-superclassic
|
||||||
|
|
||||||
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
|
Loading…
Reference in New Issue
Block a user