Missing dbunit

This commit is contained in:
Alan Garcia 2014-03-23 10:55:59 +00:00
parent 9238572dad
commit b234bc79b9
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ php:
- 5.4
script: phpunit --coverage-clover=coverage.clover
before_script:
- pear channel-discover pear.phpunit.de
- pear install phpunit/DbUnit
- cd phpunit
after_script:
- wget https://scrutinizer-ci.com/ocular.phar