Update travis test command

This commit is contained in:
Timothy Warren 2018-01-22 12:44:09 -05:00
parent 86280d6193
commit af19936f01
1 changed files with 1 additions and 1 deletions

View File

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