Merge pull request #450 from gogainda/patch-2

enable truffle ruby in Travis CI
This commit is contained in:
John Lees-Miller 2020-08-24 15:34:11 +01:00 committed by GitHub
commit e5e3f97ec8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,8 @@ rvm:
- 2.6
- 2.7
- ruby-head
- truffleruby-head
- truffleruby
matrix:
fast_finish: true
include:
@ -26,6 +28,8 @@ matrix:
- rvm: ruby-head
- rvm: rbx-4
- rvm: jruby-head
- rvm: truffleruby-head
- rvm: truffleruby
before_install:
- gem --version
before_script: