From 7a5c5dfc6fa1214979fe7d6d9bf280d1f20f099e Mon Sep 17 00:00:00 2001 From: Ilya Bylich Date: Fri, 22 May 2020 18:04:58 +0300 Subject: [PATCH] update travis matrix (add truffleruby, bump rubinius) --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 278188c96..f97301274 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: truffleruby / Parser tests + rvm: truffleruby + script: bundle exec rake test_cov + - name: rbx-4 / Parser tests + rvm: rbx-4 script: bundle exec rake test_cov - name: 2.5.8 / Rubocop tests rvm: 2.5.8