aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-10-16 19:07:31 +0200
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-10-16 19:07:31 +0200
commitbb93276b8d399103e1b5b31b094e755efc3a7dab (patch)
treebf7caea87a1bbcbb4a672c3ed4fb80c9184f2ef2 /.travis.yml
parent28ce091f8239802a82c19743de039b2c1ec896d2 (diff)
downloadrails-bb93276b8d399103e1b5b31b094e755efc3a7dab.tar.gz
rails-bb93276b8d399103e1b5b31b094e755efc3a7dab.tar.bz2
rails-bb93276b8d399103e1b5b31b094e755efc3a7dab.zip
Bump bundler version in the before_install hook of travis
- We were running into issues with old bundler versions on 4.2 builds. So we bumped the bundler version on 4-2-stable branch in https://github.com/rails/rails/pull/26592. - This commit applies same change to master as per discussion in https://github.com/rails/rails/pull/26592#issuecomment-254026755.
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 88dd6b7b5d..d29ef1702a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ addons:
bundler_args: --without test --jobs 3 --retry 3
before_install:
- "rm ${BUNDLE_GEMFILE}.lock"
+ - "gem update bundler"
- "[ -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"