aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorHenrik Hodne <me@henrikhodne.com>2013-07-30 11:19:26 -0700
committerHenrik Hodne <me@henrikhodne.com>2013-07-30 11:19:26 -0700
commit7c4811fb3436bf6005a6af96b0e1a80f19d5c5f9 (patch)
treeedefe8b02907e0e0bebc4ee426aa5e98609d779c /.travis.yml
parent77cf5cfc744b7c68559fa4b342c0f8bd04364c15 (diff)
downloadrails-7c4811fb3436bf6005a6af96b0e1a80f19d5c5f9.tar.gz
rails-7c4811fb3436bf6005a6af96b0e1a80f19d5c5f9.tar.bz2
rails-7c4811fb3436bf6005a6af96b0e1a80f19d5c5f9.zip
Add retry to `gem install bundler` for Travis
This adds the retry behaviour used for other commands to the bundler installation.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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