phpunit tweak

This commit is contained in:
Mike Jolley 2017-09-26 13:29:13 +01:00
parent be014346f1
commit 66f253e4a3
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ before_script:
script:
- phpunit --version
- vendor/bin/phpunit -c phpunit.xml --coverage-clover=coverage.clover
- phpunit -c phpunit.xml --coverage-clover=coverage.clover
after_script:
- bash tests/bin/travis.sh after