From 9e83c9cfcd16d2320e99bc25502446d0ef7a2694 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 17 Jul 2011 18:15:57 +0200 Subject: [PATCH] Remove jruby build from travis for now. I should investigate later why the jruby build fails. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f02ceb9..cecd408 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,5 +2,4 @@ rvm: - 1.8.7 - 1.9.2 - rbx - - ree - - jruby \ No newline at end of file + - ree \ No newline at end of file