Skip to content

Commit

Permalink
Travis_wait 30 instead of travis_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft committed Jun 29, 2018
1 parent a07ce31 commit a9ac63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:

before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} -vvv --no-interaction --prefer-source
- travis_wait 30 composer update ${COMPOSER_FLAGS} -vvv --no-interaction --prefer-source

script:
- composer validate --strict
Expand Down

0 comments on commit a9ac63b

Please sign in to comment.