From c1b801ecc854069e49609d91f9cb99f1a966122c Mon Sep 17 00:00:00 2001 From: Lance Ball Date: Thu, 12 Apr 2012 09:32:32 -0400 Subject: [PATCH] Try jruby-18mode to see if Travis likes that better --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f04876c4..d1950e17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ language: ruby rvm: - 1.9.2 - 1.9.3 - - jruby-19mode + - jruby-18mode