Skip to content

Commit

Permalink
Merge pull request #161 from kishikawakatsumi/travis_retry
Browse files Browse the repository at this point in the history
Use travis_retry to rescue random ci failure
  • Loading branch information
kishikawakatsumi authored Sep 29, 2017
2 parents 10a359c + 8acc330 commit 37bcab6
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 @@ -8,7 +8,7 @@ before_script:
- ./Lib/Scripts/decode_cert.sh || true
- ./Lib/Scripts/add_key.sh || true
script:
- '(cd Lib && bundle exec rake $ACTION)'
- '(cd Lib && travis_retry bundle exec rake $ACTION)'
branches:
only:
- master
Expand Down

0 comments on commit 37bcab6

Please sign in to comment.