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.
This commit is contained in:
Gaurish Sharma 2013-09-20 10:16:19 +05:30
parent acd83a7e20
commit 8b8f8cf41c

@ -4,7 +4,7 @@ before_install:
rvm:
- 1.9.3
- 2.0.0
- jruby-19mode
- jruby-head
- rbx-19mode
env:
- "GEM=railties"