aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-01 23:55:44 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-07-02 00:58:54 -0300
commit8fb699571486ad752741672e6fec1132026d3dfb (patch)
tree70bce30aad320d3394acd60dc879df98e5034e6b /.travis.yml
parentc73fd517d1ecba5a3f9d1e07ff3e227b6262ca44 (diff)
downloadrails-8fb699571486ad752741672e6fec1132026d3dfb.tar.gz
rails-8fb699571486ad752741672e6fec1132026d3dfb.tar.bz2
rails-8fb699571486ad752741672e6fec1132026d3dfb.zip
Try the newest bundler
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 8528a095b2..f01b58ecb3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,11 +16,7 @@ addons:
postgresql: "9.4"
bundler_args: --without test --jobs 3 --retry 3
-#FIXME: Remove bundler uninstall on Travis when https://github.com/bundler/bundler/issues/4493 is fixed.
before_install:
- - rvm @global do gem uninstall bundler --all --ignore-dependencies --executables
- - rvm @global do gem install bundler -v '1.11.2'
- - bundle --version
- "rm ${BUNDLE_GEMFILE}.lock"
- "[ -f /tmp/beanstalkd-1.10/Makefile ] || (curl -L https://github.com/kr/beanstalkd/archive/v1.10.tar.gz | tar xz -C /tmp)"
- "pushd /tmp/beanstalkd-1.10 && make && (./beanstalkd &); popd"