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 e8d19dd commit ddc396cCopy full SHA for ddc396c
.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
0 commit comments