From f9b94bbefbcf7622404dd7f78b3cefc9c2450a69 Mon Sep 17 00:00:00 2001 From: John Piasetzki Date: Thu, 20 Mar 2014 19:26:44 -0400 Subject: [PATCH] Add travis_retry to config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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