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 6cd86bc commit 5ffb769Copy full SHA for 5ffb769
.scrutinizer.yml
@@ -113,5 +113,7 @@ coding_style:
113
true_false_null: lower
114
115
tools:
116
- external_code_coverage: true
+ external_code_coverage:
117
+ timeout: 1800
118
+ runs: 1
119
php_code_coverage: false
.travis.yml
@@ -12,8 +12,8 @@ before_install:
12
- export PHP_MAJOR="$(echo $TRAVIS_PHP_VERSION | cut -d '.' -f 1,2)"
13
14
install:
15
- - composer self-update
16
- - composer install --prefer-source --no-interaction --ignore-platform-reqs
+ - travis_retry composer self-update
+ - travis_retry composer install --prefer-source --no-interaction --ignore-platform-reqs
17
- php -m
18
19
script:
0 commit comments