Skip to content

Commit

Permalink
Travis configuration update:
Browse files Browse the repository at this point in the history
- ruby >= 2.3.0
- jruby >= 9.1.9.0 (fix #4526 is required)
- jdk >= 8
- ruby 2.4.0 is broken
  • Loading branch information
Kris Dekeyser committed Mar 1, 2018
1 parent 2af1b25 commit 67161dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ cache: bundler

rvm:
- 2.3.0
- 2.4.0
- 2.4.1
- 2.5.0
- ruby-head
- jruby-9.1.0.0
- jruby-9.1.9.0
- jruby-head
jdk:
- openjdk8
Expand All @@ -20,9 +20,9 @@ matrix:
jdk: oraclejdk8
- rvm: 2.3.0
jdk: oraclejdk9
- rvm: 2.4.0
- rvm: 2.4.1
jdk: oraclejdk8
- rvm: 2.4.0
- rvm: 2.4.1
jdk: oraclejdk9
- rvm: 2.5.0
jdk: oraclejdk8
Expand Down

0 comments on commit 67161dc

Please sign in to comment.