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 ddc396c commit a50394aCopy full SHA for a50394a
.travis.yml
@@ -18,7 +18,7 @@ install:
18
- composer require satooshi/php-coveralls --dev
19
20
script:
21
-- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml else php vendor/phpunit/phpunit/phpunit fi
+- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/phpunit/phpunit/phpunit --coverage-clover build/logs/clover.xml; else php vendor/phpunit/phpunit/phpunit; fi
22
23
after_script:
24
-- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/coveralls fi
+- if [[ "$COLLECT_COVERAGE" == "true" ]]; then php vendor/bin/coveralls; fi
0 commit comments