Skip to content

Commit

Permalink
Add retries to rvm install in travis
Browse files Browse the repository at this point in the history
This has been failing a lot lately, maybe retrying will help.

Signed-off-by: Steven Danna <[email protected]>
  • Loading branch information
stevendanna committed Nov 2, 2016
1 parent 0ab8b45 commit 2f5108e
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 @@ -51,7 +51,7 @@ install:
- luarocks install --local lpeg
- luarocks install --local lua-cjson
- eval $(luarocks path)
- rvm use 2.2.5 --install --binary --fuzzy
- travis_retry rvm use 2.2.5 --install --binary --fuzzy
- cpanm --notest --quiet --local-lib=$HOME/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
- cpanm --notest --quiet App::Sqitch
- cd $COMPONENT && travis_retry make install
Expand Down

0 comments on commit 2f5108e

Please sign in to comment.