Attemp to fix travis <=> phpunit

This commit is contained in:
fufroma 2016-03-07 14:41:49 +01:00
parent 06fdadbcd0
commit 9e393139de
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ php:
- 5.3
script: phpunit --coverage-clover=coverage.clover
before_script:
- pear channel-discover pear.phpunit.de
- pear install phpunit/DbUnit
# pear.phpunit.de offline, and travis have phpunit
# - pear channel-discover pear.phpunit.de
# - pear install phpunit/DbUnit
- cd phpunit
after_script:
- wget https://scrutinizer-ci.com/ocular.phar