Skip to content

Commit 5ffb769

Browse files
committed
Added travis_retry calls
1 parent 6cd86bc commit 5ffb769

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.scrutinizer.yml

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

115115
tools:
116-
external_code_coverage: true
116+
external_code_coverage:
117+
timeout: 1800
118+
runs: 1
117119
php_code_coverage: false

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ before_install:
1212
- export PHP_MAJOR="$(echo $TRAVIS_PHP_VERSION | cut -d '.' -f 1,2)"
1313

1414
install:
15-
- composer self-update
16-
- composer install --prefer-source --no-interaction --ignore-platform-reqs
15+
- travis_retry composer self-update
16+
- travis_retry composer install --prefer-source --no-interaction --ignore-platform-reqs
1717
- php -m
1818

1919
script:

0 commit comments

Comments
 (0)