From 5c6e26f7f30b6e3a1bf69054fe73dca9d99a2bcb Mon Sep 17 00:00:00 2001 From: Fernando Briano Date: Sun, 16 Feb 2020 21:09:06 +0000 Subject: [PATCH] Allow failures for truffleruby and ruby-head since I don't have time right now --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6a18e0e..3e520ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,3 +19,7 @@ script: - bundle exec rake test after_script: - ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT +jobs: + allow_failures: + - rvm: ruby-head + - rvm: truffleruby