Skip to content

Commit edb98fc

Browse files
committed
Adds quotations around dynamic test suite name.
1 parent 19840ad commit edb98fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_script:
2222

2323
# Run tests and generate test coverage report.
2424
script:
25-
- phpunit -d api_key=$API_KEY --testsuite $TEST_SUITE --coverage-clover build/logs/clover.xml
25+
- phpunit -d api_key=$API_KEY --testsuite "$TEST_SUITE" --coverage-clover build/logs/clover.xml
2626

2727
# Submit test coverage report to Coveralls.
2828
after_success:

0 commit comments

Comments
 (0)