Missing dbunit
This commit is contained in:
parent
9238572dad
commit
b234bc79b9
|
@ -3,6 +3,8 @@ php:
|
||||||
- 5.4
|
- 5.4
|
||||||
script: phpunit --coverage-clover=coverage.clover
|
script: phpunit --coverage-clover=coverage.clover
|
||||||
before_script:
|
before_script:
|
||||||
|
- pear channel-discover pear.phpunit.de
|
||||||
|
- pear install phpunit/DbUnit
|
||||||
- cd phpunit
|
- cd phpunit
|
||||||
after_script:
|
after_script:
|
||||||
- wget https://scrutinizer-ci.com/ocular.phar
|
- wget https://scrutinizer-ci.com/ocular.phar
|
||||||
|
|
Loading…
Reference in New Issue