Skip to content

Commit

Permalink
Speed up truffleruby on CI. (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliabylich committed Jun 10, 2020
1 parent fccc653 commit 3178e3f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
@@ -1,7 +1,13 @@
dist: trusty
language: ruby
matrix:
jobs:
include:
- name: jruby-9.1.15.0 / Parser tests
rvm: jruby-9.1.15.0
script: bundle exec rake test
- name: truffleruby / Parser tests
rvm: truffleruby
script: TRUFFLERUBYOPT=--engine.Mode=latency bundle exec rake test
- name: 2.4.10 / Parser tests
rvm: 2.4.10
script: bundle exec rake test_cov
Expand All @@ -17,12 +23,6 @@ matrix:
- name: ruby-head / Parser tests
rvm: ruby-head
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
- 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 Down

0 comments on commit 3178e3f

Please sign in to comment.