From 7c4811fb3436bf6005a6af96b0e1a80f19d5c5f9 Mon Sep 17 00:00:00 2001 From: Henrik Hodne Date: Tue, 30 Jul 2013 11:19:26 -0700 Subject: Add retry to `gem install bundler` for Travis This adds the retry behaviour used for other commands to the bundler installation. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 012e795caa..759b3f3cfb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ script: 'ci/travis.rb' before_install: - - gem install bundler + - travis_retry gem install bundler rvm: - 1.9.3 - 2.0.0 -- cgit v1.2.3