Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(POOLER-96) Setting the Rubygems version #246

Merged
merged 6 commits into from
Nov 28, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ matrix:
- rvm: 2.3.3
env: "CHECK=test"

- rvm: jruby-1.7.8
- rvm: jruby-1.7.13
env: "CHECK=test"

# Remove the allow_failures section once
Expand All @@ -27,12 +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 install bundler --version 1.12.5
- bundle _1.12.5_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
- gem update --system 2.6.14
- gem install bundler --version 1.15.4
- bundle _1.15.4_ --version
- bundle _1.15.4_ install --jobs=3 --retry=3 --path=${BUNDLE_PATH:-vendor/bundle}
script:
- "bundle _1.12.5_ exec rake $CHECK"
- "bundle _1.15.4_ exec rake $CHECK"