Update .travis.yml

This commit is contained in:
DevLarge 2021-01-09 00:21:21 +01:00
parent 2bc912df0e
commit 02cf2f09c3

View File

@ -1,4 +1,11 @@
language: ruby
rvm:
- 2.2
- jruby
{
"language": "ruby",
"os": [
"linux"
],
"dist": "xenial",
"rvm": [
"2.2",
"jruby"
]
}