Skip to content

Commit

Permalink
run rake test for jruby and truffleruby
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed May 22, 2020
1 parent f93c63e commit e8276b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
script: bundle exec rake test
- name: truffleruby / Parser tests
rvm: truffleruby
script: bundle exec rake test_cov
script: bundle exec rake test
- name: 2.5.8 / Rubocop tests
rvm: 2.5.8
script: ./ci/run_rubocop_specs
Expand Down

0 comments on commit e8276b8

Please sign in to comment.