Skip to content

Commit 05dc6a6

Browse files
committed
Have travis test under more modern/supported MRIs
Try to include a recent JRuby as well with travis default `jruby`.
1 parent 357c213 commit 05dc6a6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: ruby
22
rvm:
3-
- 1.8.7
4-
- 1.9.3
53
- 2.2.1
6-
- jruby-18mode
7-
- jruby-19mode
4+
- 2.5.5
5+
- 2.6.3
6+
- jruby
7+
#- jruby-18mode
8+
#- jruby-19mode
89
script: bundle exec rake test

0 commit comments

Comments
 (0)