aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorGaurish Sharma <contact@gaurishsharma.com>2013-09-20 10:16:19 +0530
committerGaurish Sharma <contact@gaurishsharma.com>2013-09-20 10:16:19 +0530
commit8b8f8cf41cdbaf6bf540e6d12f6989bd6bc534a9 (patch)
tree752fcafd20b9dac9be87936f2540c01ddbaf59cc /.travis.yml
parentacd83a7e20f9d477dd738f515866c46edf01b542 (diff)
downloadrails-8b8f8cf41cdbaf6bf540e6d12f6989bd6bc534a9.tar.gz
rails-8b8f8cf41cdbaf6bf540e6d12f6989bd6bc534a9.tar.bz2
rails-8b8f8cf41cdbaf6bf540e6d12f6989bd6bc534a9.zip
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 7f5b2095e3..26268b1b5e 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"