From 2f226a3e0b18cf919bd1b8d2f96fbcde089e2bd3 Mon Sep 17 00:00:00 2001 From: Ilya Bylich Date: Wed, 2 Sep 2020 18:06:35 +0300 Subject: [PATCH] moved truffleruby to allow_failures group in travis.yml (#735) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9b4c906a0..25035973d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,6 +34,7 @@ jobs: script: ./ci/run_rubocop_specs allow_failures: - rvm: ruby-head + - rvm: truffleruby - script: ./ci/run_rubocop_specs before_install: - bundle --version