specify bundler version 1.15.4

This commit is contained in:
Samuel 2017-11-28 12:11:59 -06:00 committed by GitHub
parent 139ab81bfc
commit a7f07883f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,14 +27,11 @@ matrix:
- rvm: 2.3.3
env: "CHECK=rubocop"
# This below is a temporary shim to bypass these bundler+jruby bugs:
#
# https://github.com/bundler/bundler/issues/4975
# https://github.com/bundler/bundler/issues/4984
# Pin to specific rubygem and bundler for jruby tests
install:
- gem update --system 2.6.14
- gem install bundler --version 1.15.4
- bundle --version
- bundle install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- bundle _1.15.4_ --version
- bundle _1.15.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script:
- "bundle exec rake $CHECK"
- "bundle _1.15.4_ exec rake $CHECK"