Update .travis.yml for new keys

Add os: linux, and change matrix to jobs, as instructed
This commit is contained in:
Marc Siegel 2020-12-18 11:28:51 -05:00 committed by GitHub
parent 45151b7e87
commit a9a78dd64c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
language: ruby
os: linux
dist: focal
rvm:
@ -20,7 +22,7 @@ rvm:
- truffleruby-head
- truffleruby-20.3.0
matrix:
jobs:
allow_failures:
- rvm: ruby-head
- rvm: jruby-head