mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
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:
parent
1c2ae5f527
commit
ecd558b84e
1 changed files with 9 additions and 0 deletions
|
@ -11,6 +11,7 @@ rvm:
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
- jruby-18mode
|
- jruby-18mode
|
||||||
- jruby-19mode
|
- jruby-19mode
|
||||||
|
- jruby-head
|
||||||
|
|
||||||
script: bundle exec rake travis
|
script: bundle exec rake travis
|
||||||
|
|
||||||
|
@ -28,6 +29,14 @@ matrix:
|
||||||
gemfile: Gemfile
|
gemfile: Gemfile
|
||||||
- rvm: jruby-19mode
|
- rvm: jruby-19mode
|
||||||
gemfile: Gemfile.1.8.7
|
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:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue