Skip to content

Commit

Permalink
.travis.yml: Update MRI and JRuby versions
Browse files Browse the repository at this point in the history
The MRI is mostly to just keep up with latest, the JRuby is needed because old JRuby versions are currently lost (because of reasons mentioned here: https://lists.ruby-lang.org/pipermail/jruby/2017-September/000663.html)
  • Loading branch information
perlun authored Sep 21, 2017
1 parent 421731c commit 2ed55e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ script:
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.4.2
- ruby-head
- jruby-9.1.8.0
- jruby-9.1.13.0
- jruby-head
gemfile:
- Gemfile
Expand Down

0 comments on commit 2ed55e5

Please sign in to comment.