From dd461d1d3fdb329968c178e53099d32ed6131ce6 Mon Sep 17 00:00:00 2001 From: David Begin Date: Sun, 13 Sep 2015 17:09:35 -0700 Subject: [PATCH] moves Rubinus to allowed failures for Travis CI Rubinus was added to Travis recently, and has been failing intermittently since it was added. So for now, this commit moves it into the allowed failures until we can diagnose the problem. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 4f917d398..4d6b04c31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,5 @@ matrix: - rvm: jruby-18mode - rvm: jruby-head - rvm: ruby-head + - rvm: rbx-2 sudo: false