Skip to content

Commit

Permalink
Merge pull request #35 from michaelcullum/master
Browse files Browse the repository at this point in the history
Retry if composer fails (github)
  • Loading branch information
iMattPro committed Nov 17, 2014
2 parents 3f9cbb7 + 5be680c commit 90e8c82
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 @@ -42,7 +42,7 @@ branches:
- /^release-.*$/

install:
- composer install --dev --no-interaction --prefer-source
- travis_retry composer install --dev --no-interaction --prefer-source
- travis/prepare-phpbb.sh $EXTNAME $PHPBB_BRANCH
- cd ../../phpBB3
- travis/prepare-extension.sh $EXTNAME $PHPBB_BRANCH
Expand Down

0 comments on commit 90e8c82

Please sign in to comment.