From 13b7bbea2b97fc7a3af0639195f6d3e085819c53 Mon Sep 17 00:00:00 2001 From: Ilya Bylich Date: Wed, 10 Jun 2020 17:54:29 +0300 Subject: [PATCH] Speed up truffleruby on CI. --- .travis.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6facfb832..9b4c906a0 100644 --- a/.travis.yml +++ b/.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 @@ -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