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 4f92d60 commit 6cd86bcCopy full SHA for 6cd86bc
.scrutinizer.yml
@@ -113,7 +113,5 @@ coding_style:
113
true_false_null: lower
114
115
tools:
116
- external_code_coverage:
117
- timeout: 1800
118
- runs: 4
+ external_code_coverage: true
119
php_code_coverage: false
.travis.yml
@@ -20,5 +20,5 @@ script:
20
- vendor/bin/phpunit -d memory_limit=1024M --coverage-text --coverage-clover=coverage.clover
21
22
after_script:
23
- - wget https://scrutinizer-ci.com/ocular.phar
+ - if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
24
- if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
0 commit comments