From 6a55fbc858a87f454e0381e41fa1f98402615d2a Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Wed, 1 Nov 2017 10:31:15 +0900 Subject: 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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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" -- cgit v1.2.3