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 845da85 commit a217099Copy full SHA for a217099
.travis.yml
@@ -37,7 +37,3 @@ script:
37
after_success:
38
- if [[ "$COVERAGE" = true ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
39
- if [[ "$COVERAGE" = true ]]; then php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml; fi
40
-
41
-cache:
42
- directories:
43
- - $COMPOSER_CACHE_DIR
0 commit comments