Skip to content

Commit

Permalink
Merge pull request #880 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Use new Ruby, separate out JRuby
  • Loading branch information
bblimke committed Apr 5, 2020
2 parents 3b7b677 + 5057834 commit 382d84c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ rvm:
- 2.7.0
- rbx-2
- ruby-head
- jruby-9.1.17.0
- jruby-9.2.7.0
- jruby-head
jdk: openjdk8
matrix:
include:
- rvm: jruby-9.1.17.0
jdk: openjdk8
- rvm: jruby-9.2.11.1
jdk: openjdk11
- rvm: jruby-head
jdk: openjdk11
allow_failures:
- rvm: jruby-head
- rvm: ruby-head
- rvm: rbx-2
env:
global:
JRUBY_OPTS: "--debug"

0 comments on commit 382d84c

Please sign in to comment.