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 12eac91
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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: rbx-4 / Parser tests
rvm: rbx-4
script: bundle exec rake test_cov
- name: truffleruby / Parser tests
rvm: truffleruby
script: bundle exec rake test_cov
- name: 2.5.8 / Rubocop tests
rvm: 2.5.8
Expand All @@ -34,7 +37,7 @@ matrix:
script: ./ci/run_rubocop_specs
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
- rvm: rbx-4
- script: ./ci/run_rubocop_specs
before_install:
- bundle --version
Expand Down

0 comments on commit 12eac91

Please sign in to comment.