Skip to content

Commit

Permalink
update travis matrix (add truffleruby, remove rubinius) (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed May 22, 2020
1 parent cbbb6bb commit 521054b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Expand Up @@ -19,10 +19,10 @@ matrix:
script: bundle exec rake test_cov
- 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
script: bundle exec rake test_cov
script: bundle exec rake test
- name: truffleruby / Parser tests
rvm: truffleruby
script: bundle exec rake test
- name: 2.5.8 / Rubocop tests
rvm: 2.5.8
script: ./ci/run_rubocop_specs
Expand All @@ -34,7 +34,6 @@ matrix:
script: ./ci/run_rubocop_specs
allow_failures:
- rvm: ruby-head
- rvm: rbx-2
- script: ./ci/run_rubocop_specs
before_install:
- bundle --version
Expand Down

0 comments on commit 521054b

Please sign in to comment.