aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-01 10:31:15 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-11-01 10:55:31 +0900
commit6a55fbc858a87f454e0381e41fa1f98402615d2a (patch)
tree6535836a11a116c322607e557dae256997204168 /.travis.yml
parent592f790b7693c0a32cd06d5e8201639923a734c5 (diff)
downloadrails-6a55fbc858a87f454e0381e41fa1f98402615d2a.tar.gz
rails-6a55fbc858a87f454e0381e41fa1f98402615d2a.tar.bz2
rails-6a55fbc858a87f454e0381e41fa1f98402615d2a.zip
Remove bundler 1.16.0
Since 1.16.0 is installed by default, it seems that the newer one will be used even if specify an older version. Ref: https://travis-ci.org/rails/rails/jobs/295553738#L1718 Follow up of #31023
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e357a0ca3e..1a3890b7d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,6 +28,7 @@ bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
- "travis_retry gem update --system"
+ - "rvm @global do gem uninstall bundler --all --ignore-dependencies --executables"
- "travis_retry gem install bundler -v 1.15.4"
- "[ -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"