aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2012-03-09 22:19:55 +0100
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-01-26 20:22:12 -0200
commitc7d6cfb1f6ec84340d0446206ba3b46f2de2bcfc (patch)
treeda9605c029695bda6b895bd141e1018bd435148a /.travis.yml
parentae28f063e37e181a2ef9d348ec8f19c5240fbeb2 (diff)
downloadrails-c7d6cfb1f6ec84340d0446206ba3b46f2de2bcfc.tar.gz
rails-c7d6cfb1f6ec84340d0446206ba3b46f2de2bcfc.tar.bz2
rails-c7d6cfb1f6ec84340d0446206ba3b46f2de2bcfc.zip
Install latest bundler on Travis.
Attempt to fix travis error on 1.8.7/1.9.2: $ bundle install --path vendor/bundle ERROR: Gem bundler is not installed, run `gem install bundler` first. The command "bundle install --path vendor/bundle" failed and exited with 127 during install.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8a35590e24..4575d0a84e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,6 @@
script: 'ci/travis.rb'
+before_install:
+ - gem install bundler
rvm:
- 1.8.7
- 1.9.2