mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Depend on bundler 1.11.2 on travis until bundle update discrepancy is solved on 1.12.x
This commit is contained in:
parent
83a8682c1d
commit
e02a136f7f
1 changed files with 4 additions and 2 deletions
|
@ -16,9 +16,11 @@ addons:
|
|||
postgresql: "9.4"
|
||||
|
||||
bundler_args: --without test --jobs 3 --retry 3
|
||||
|
||||
#FIXME: Remove bundler uninstall on Travis when https://github.com/bundler/bundler/issues/4493 is fixed.
|
||||
before_install:
|
||||
- gem install bundler
|
||||
- rvm @global do gem uninstall bundler --all --ignore-dependencies --executables
|
||||
- rvm @global do gem install bundler -v '1.11.2'
|
||||
- bundle --version
|
||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||
- "[ -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"
|
||||
|
|
Loading…
Reference in a new issue