Attemp to fix travis <=> phpunit
This commit is contained in:
parent
06fdadbcd0
commit
9e393139de
|
@ -5,8 +5,9 @@ php:
|
||||||
- 5.3
|
- 5.3
|
||||||
script: phpunit --coverage-clover=coverage.clover
|
script: phpunit --coverage-clover=coverage.clover
|
||||||
before_script:
|
before_script:
|
||||||
- pear channel-discover pear.phpunit.de
|
# pear.phpunit.de offline, and travis have phpunit
|
||||||
- pear install phpunit/DbUnit
|
# - 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