specify composer phpunit

This commit is contained in:
Daku 2017-03-10 16:21:07 +00:00
parent 07d57f20e8
commit 68d9ec50c3

View file

@ -36,7 +36,7 @@ install:
- php install.php
script:
- phpunit --configuration tests/phpunit.xml --coverage-clover=data/coverage.clover
- vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover=data/coverage.clover
after_failure:
- head -n 100 data/config/*