Skip to content

Commit

Permalink
Add Ruby 2.1/2.2/2.3/2.4 and JRuby 9000 for CI target
Browse files Browse the repository at this point in the history
  • Loading branch information
tnir committed Jul 14, 2017
1 parent 69ee5d6 commit 70ca704
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
language: ruby
rvm:
- 2.0.0
- 2.1.1
- jruby-19mode
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- jruby-9.1.9.0
jdk:
- oraclejdk8
notifications:
Expand All @@ -25,4 +28,4 @@ env:
- "JRUBY_OPTS=-Xcext.enabled=true"
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: jruby-9.1.9.0

0 comments on commit 70ca704

Please sign in to comment.