Skip to content

Commit

Permalink
Make jruby fix less error prone, by removing coupling with exact jrub…
Browse files Browse the repository at this point in the history
…y version
  • Loading branch information
grzuy committed Mar 19, 2018
1 parent 3da1d36 commit dd5fced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_install:
# Without this workaround, for jruby builds, rubygems
# activates jruby stdlib minitest (v5.4.1) instead of the
# bundled version (v5.11.3).
- if [ "$TRAVIS_RUBY_VERSION" = "jruby-9.1.16.0" ]; then gem update --system 2.7.4; else gem update --system; fi
- if [ "${TRAVIS_RUBY_VERSION:0:5}" = "jruby" ]; then gem update --system 2.7.4; else gem update --system; fi
- gem install bundler

gemfile:
Expand Down

0 comments on commit dd5fced

Please sign in to comment.