Use phpunit from composer download
This commit is contained in:
parent
5ba055cf7f
commit
0be79f9b54
|
@ -5,7 +5,7 @@ php:
|
||||||
- 5.5
|
- 5.5
|
||||||
- 5.4
|
- 5.4
|
||||||
- 5.3
|
- 5.3
|
||||||
script: phpunit --coverage-clover=coverage.clover
|
script: ../vendor/bin/phpunit --coverage-clover=coverage.clover
|
||||||
before_script:
|
before_script:
|
||||||
# pear.phpunit.de offline, and travis have phpunit
|
# pear.phpunit.de offline, and travis have phpunit
|
||||||
# - pear channel-discover pear.phpunit.de
|
# - pear channel-discover pear.phpunit.de
|
||||||
|
|
Loading…
Reference in New Issue