We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19840ad commit edb98fcCopy full SHA for edb98fc
.travis.yml
@@ -22,7 +22,7 @@ before_script:
22
23
# Run tests and generate test coverage report.
24
script:
25
- - phpunit -d api_key=$API_KEY --testsuite $TEST_SUITE --coverage-clover build/logs/clover.xml
+ - phpunit -d api_key=$API_KEY --testsuite "$TEST_SUITE" --coverage-clover build/logs/clover.xml
26
27
# Submit test coverage report to Coveralls.
28
after_success:
0 commit comments