From 8b8f8cf41cdbaf6bf540e6d12f6989bd6bc534a9 Mon Sep 17 00:00:00 2001 From: Gaurish Sharma Date: Fri, 20 Sep 2013 10:16:19 +0530 Subject: [PATCH] Run Tests against JRuby master Many of the failing tests in rails test suite fail because of missing encoding support, example #11739 And according to recent announcement, lot of encoding issues have been fixed in current master. http://ruby.11.x6.nabble.com/Big-encoding-patches-landed-on-master-td4993719.html So lets test against JRuby master & incase there are still bugs. it would be easier to report them to JRuby. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f5b2095e33..26268b1b5e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ before_install: rvm: - 1.9.3 - 2.0.0 - - jruby-19mode + - jruby-head - rbx-19mode env: - "GEM=railties"