diff --git a/.travis.yml b/.travis.yml index 05ea74ff..01ebd928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: ruby cache: bundler install: - script/rebund download -- bundle install --path vendor/bundle +- travis_retry bundle install --path vendor/bundle rvm: - 2.1.0 - 2.0.0