Skip to content

Commit

Permalink
CI: Use JRuby 9.2.12.0 (#926)
Browse files Browse the repository at this point in the history
- drop a probably-unnecessary before_install step - all RVM versions in use have a Bundler
  • Loading branch information
olleolleolle authored and pcai committed Jul 5, 2020
1 parent bf78b4f commit e2c016d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
language: "ruby"

before_install:
- gem install bundler
script: "bundle exec rake --trace"

rvm:
Expand All @@ -13,7 +11,7 @@ rvm:
matrix:
include:
- name: "JRuby 9.2"
rvm: jruby-9.2.11.1
rvm: jruby-9.2.12.0
jdk: openjdk11
env: JAVA_OPTS="--add-opens java.base/java.security.cert=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED"
- name: Rubinius
Expand Down

0 comments on commit e2c016d

Please sign in to comment.