bugfix - Increase composer update timeout in Travis

The composer update takes about 12 minutes, which is just over the
10 minute timeout in Travis.
This commit is contained in:
Jeppe Knockaert
2018-12-18 08:55:50 +01:00
parent aeae59d0af
commit 1f555bc194
+1 -1
View File
@@ -20,7 +20,7 @@ matrix:
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script:
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
- travis_wait 20 travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-dist
script:
- vendor/bin/phpcs --standard=psr2 src/