From f5627ba4da6f8c5c8ab3cfbb56eea99b50f4c5dc Mon Sep 17 00:00:00 2001 From: Gaurish Sharma Date: Sat, 9 Nov 2013 00:14:36 +0530 Subject: [PATCH] Start Running tests on Stable JRuby Fixes for LOT of bugs have now landed in Jruby 1.7.6, thus we no longer need to run tests against the master. for broken tests that are still remaning: 1. If problem is in rails - we fix that test/code 2. if its a JRuby bug - we skip that test & file a bug report for jruby. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2f47e495ce9b..b97bd8fd327ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,8 +5,8 @@ before_install: rvm: - 1.9.3 - 2.0.0 - - jruby-head - rbx-2.1.1 + - jruby-19mode env: - "GEM=railties" - "GEM=ap,am,amo,as,av" @@ -16,8 +16,8 @@ env: - "GEM=ar:postgresql" matrix: allow_failures: - - rvm: jruby-head - rvm: rbx-2.1.1 + - rvm: jruby-19mode notifications: email: false irc: