Use phpunit from composer download

This commit is contained in:
Kienan Stewart 2018-04-15 21:45:18 -04:00 committed by Benjamin Sonntag
parent 5ba055cf7f
commit 0be79f9b54
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ php:
- 5.5
- 5.4
- 5.3
script: phpunit --coverage-clover=coverage.clover
script: ../vendor/bin/phpunit --coverage-clover=coverage.clover
before_script:
# pear.phpunit.de offline, and travis have phpunit
# - pear channel-discover pear.phpunit.de