diff --git a/.travis.yml b/.travis.yml index 69b139f..2024b15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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/