Update travis test command

This commit is contained in:
Timothy Warren 2018-01-22 12:10:09 -05:00
parent 89150ceafc
commit 6193aae800
1 changed files with 1 additions and 1 deletions

View File

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