1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #26800 from prathamesh-sonpatki/bump-bundler

Bump bundler version in the before_install hook of travis
This commit is contained in:
Guillermo Iguaran 2016-10-16 12:49:25 -05:00 committed by Rafael Mendonça França
parent 2d35f9c171
commit 4236797b62
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948

View file

@ -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"