diff --git a/.travis.yml b/.travis.yml index 7bd3a77..2f78cfe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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