Skip to content

Commit

Permalink
Allow Travis to retry composer installation.
Browse files Browse the repository at this point in the history
  • Loading branch information
olssonm committed Jun 14, 2016
1 parent d30df6a commit 3c468f2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ php:
- 7.0
- nightly

before_script: composer install
before_script:
- travis_retry composer self-update
- travis_retry composer install --prefer-dist --no-interaction

script: phpunit

0 comments on commit 3c468f2

Please sign in to comment.