Merge pull request #743 from JeppeKnockaert/fix-travis-timeout

bugfix - Increase composer update timeout in Travis
This commit is contained in:
Barry vd. Heuvel
2018-12-19 13:08:22 +01:00
committed by GitHub
+1 -1
View File
@@ -20,7 +20,7 @@ matrix:
env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"' env: 'COMPOSER_FLAGS="--prefer-stable --prefer-lowest"'
before_script: 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: script:
- vendor/bin/phpcs --standard=psr2 src/ - vendor/bin/phpcs --standard=psr2 src/