Update travis test command
This commit is contained in:
parent
6193aae800
commit
86280d6193
@ -18,7 +18,7 @@ before_script:
|
|||||||
script:
|
script:
|
||||||
- mkdir -p build/logs
|
- mkdir -p build/logs
|
||||||
- cd build
|
- 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 ../
|
- cd ../
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
Loading…
Reference in New Issue
Block a user