From 959cd6d2a2aa1f9ca64c0289913f886c6ac515ed Mon Sep 17 00:00:00 2001 From: Justin Li Date: Wed, 8 Jul 2015 17:47:05 -0400 Subject: [PATCH] Temporarily disable rubinius in CI It takes much longer than the others and is currently broken --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e8d35c1..6deeedc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ rvm: - 2.2 - ruby-head - jruby-head - - rbx-2 +# - rbx-2 sudo: false