Skip to content

Commit

Permalink
Start Running tests on Stable JRuby
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gaurish committed Nov 8, 2013
1 parent 5741a8a commit f5627ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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"
Expand All @@ -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:
Expand Down

0 comments on commit f5627ba

Please sign in to comment.