Skip to content

Commit

Permalink
Bump bundler version in the before_install hook of travis
Browse files Browse the repository at this point in the history
- 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
  rails#26592.
- This commit applies same change to master as per discussion in
  rails#26592 (comment).
  • Loading branch information
prathamesh-sonpatki committed Oct 16, 2016
1 parent 28ce091 commit bb93276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -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"

Expand Down

0 comments on commit bb93276

Please sign in to comment.