From d92820107f476bd8d4915fc00dd958a5b41a7f6d Mon Sep 17 00:00:00 2001 From: Ilya Bylich Date: Wed, 2 Sep 2020 17:51:12 +0300 Subject: [PATCH] moved truffleruby to allow_failures group in travis.yml --- .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