Skip to content

Commit 6cd86bc

Browse files
committed
Fixed errors in Scrutinizer and Travis configurations
1 parent 4f92d60 commit 6cd86bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,5 @@ coding_style:
113113
true_false_null: lower
114114

115115
tools:
116-
external_code_coverage:
117-
timeout: 1800
118-
runs: 4
116+
external_code_coverage: true
119117
php_code_coverage: false

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ script:
2020
- vendor/bin/phpunit -d memory_limit=1024M --coverage-text --coverage-clover=coverage.clover
2121

2222
after_script:
23-
- wget https://scrutinizer-ci.com/ocular.phar
23+
- if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
2424
- if [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi

0 commit comments

Comments
 (0)