Skip to content

Commit

Permalink
update travis matrix (add truffleruby, bump rubinius)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed May 22, 2020
1 parent 742db78 commit 7a5c5df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -20,8 +20,11 @@ matrix:
- name: jruby-9.1.15.0 / Parser tests
rvm: jruby-9.1.15.0
script: bundle exec rake test_cov
- name: rbx-2 / Parser tests
rvm: rbx-2
- name: truffleruby / Parser tests
rvm: truffleruby
script: bundle exec rake test_cov
- name: rbx-4 / Parser tests
rvm: rbx-4
script: bundle exec rake test_cov
- name: 2.5.8 / Rubocop tests
rvm: 2.5.8
Expand Down

0 comments on commit 7a5c5df

Please sign in to comment.