mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[jruby] Ignore failures until fully supported
JRuby is now being tested but does not pass yet so I'm ignoring the failures in Travis until support is finalised.
This commit is contained in:
parent
77d17085f2
commit
2c3cf32026
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ rvm:
|
|||
script: bundle exec rake travis
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rvm: jruby-18mode
|
||||
gemfile: Gemfile.1.8.7
|
||||
- rvm: jruby-19mode
|
||||
gemfile: Gemfile
|
||||
exclude:
|
||||
- rvm: 1.8.7
|
||||
gemfile: Gemfile
|
||||
|
|
Loading…
Add table
Reference in a new issue