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:
parent
0743caadd1
commit
c3ba321e6a
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue