Update travis test command

This commit is contained in:
Timothy Warren 2018-01-22 12:34:06 -05:00
parent 6193aae800
commit 86280d6193
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ before_script:
script:
- mkdir -p build/logs
- cd build
- vendor/bin/phpunit -c build --coverage-clover build/logs/clover.xml
- vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml
- cd ../
after_script: