aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaurish Sharma <contact@gaurishsharma.com>2013-11-09 00:14:36 +0530
committerGaurish Sharma <contact@gaurishsharma.com>2013-11-09 00:16:20 +0530
commitf5627ba4da6f8c5c8ab3cfbb56eea99b50f4c5dc (patch)
tree22ff027287e8db742dfceb3af1c2a139674969cc
parent5741a8aae595950ab9129b3b4aed08adc22e0ed3 (diff)
downloadrails-f5627ba4da6f8c5c8ab3cfbb56eea99b50f4c5dc.tar.gz
rails-f5627ba4da6f8c5c8ab3cfbb56eea99b50f4c5dc.tar.bz2
rails-f5627ba4da6f8c5c8ab3cfbb56eea99b50f4c5dc.zip
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.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index a2f47e495c..b97bd8fd32 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: