From 06cdf196df75633fbae61f1d95127536ea419156 Mon Sep 17 00:00:00 2001 From: Brandon Fish Date: Sun, 22 Feb 2015 15:50:36 -0600 Subject: [PATCH] Add Rubinius to Build Matrix with Allowed Failure Please add Rubinius to the build matrix with failure allowed. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 78f7291..3d8e75c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,10 @@ rvm: - jruby - jruby-head - ree + - rbx-2 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head + - rvm: rbx-2 script: "bundle exec rake"