all? not working in JRuby 1.7.5+. Configure Travis

That's the reason the travis build is failing on jruby, the override of `each` in Collection stopped working after 1.7.4
https://github.com/jruby/jruby/issues/1265
This commit is contained in:
Carlos Sanchez 2013-11-25 13:56:15 +01:00
parent 1c2ae5f527
commit ecd558b84e
1 changed files with 9 additions and 0 deletions

View File

@ -11,6 +11,7 @@ rvm:
- 2.0.0
- jruby-18mode
- jruby-19mode
- jruby-head
script: bundle exec rake travis
@ -28,6 +29,14 @@ matrix:
gemfile: Gemfile
- rvm: jruby-19mode
gemfile: Gemfile.1.8.7
- rvm: jruby-head
gemfile: Gemfile.1.8.7
# all? tests Failing in 1.7.5+ https://github.com/jruby/jruby/issues/1265
allow_failures:
- rvm: jruby-18mode
- rvm: jruby-19mode
- rvm: jruby-head
notifications:
email: false