From 84c62ed034929edfaff7200f8f65d0c901a2137c Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 7 Aug 2011 20:55:59 +0400 Subject: [PATCH] Re-add JRuby to the build matrix We hopefully resolved our JRuby woes on travis-ci.org. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e74df22..ad82702d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ rvm: - 1.9.2 - ree - rbx - - rbx-2.0 \ No newline at end of file + - rbx-2.0 + - jruby \ No newline at end of file