mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Add missing current ruby versions to .travis.yml (#40)
This commit is contained in:
parent
def1671ce4
commit
497738329e
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ dist: trusty
|
|||
rvm:
|
||||
# MRI
|
||||
- ruby-head
|
||||
- 2.7
|
||||
- 2.6
|
||||
- 2.5
|
||||
- 2.4
|
||||
|
@ -20,6 +21,7 @@ rvm:
|
|||
- ree
|
||||
# JRuby
|
||||
- jruby-head
|
||||
- jruby-9.2
|
||||
- jruby-9.1
|
||||
- jruby-9.0
|
||||
# Rubinius
|
||||
|
|
Loading…
Reference in a new issue