Skip to content

Commit 20540a6

Browse files
authored
Merge pull request #372 from kares/jruby-ci
[CI] setup supported JRubies to test against
2 parents f3d42d6 + 70ae672 commit 20540a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ rvm:
1313
- 2.6
1414
- 2.7.0-preview3
1515
- ruby-head
16-
- jruby
17-
- jruby-9.2.7.0
16+
- jruby-9.1 # Ruby 2.3
17+
- jruby-9.2 # Ruby 2.5
1818
- truffleruby
1919
matrix:
2020
allow_failures:
2121
- rvm: ruby-head
22-
- rvm: jruby
23-
- rvm: jruby-9.2.7.0
22+
- rvm: jruby-9.1
23+
- rvm: jruby-9.2
2424
- rvm: truffleruby
2525
script: "bundle exec rake"
2626
sudo: false

0 commit comments

Comments
 (0)