1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00

JRuby 9.1 build runs on a compatible JDK

The latest travis build distribution has a default java version of 11,
which is incompatible with this version of JRuby.

Specifying a compatible JDK version enables this JRuby to build
successfully.
This commit is contained in:
Duncan Stuart 2019-08-07 13:56:22 +02:00
parent 0743caadd1
commit c3ba321e6a

View file

@ -15,6 +15,7 @@ matrix:
- rvm: jruby-9.1.8.0
env:
- JRUBY_OPTS="--debug"
jdk: openjdk8
- rvm: jruby-9.2.7.0
env:
- JRUBY_OPTS="--debug"