1
0
Fork 0
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:
Paul Thornthwaite 2013-10-24 12:28:26 +01:00
parent 77d17085f2
commit 2c3cf32026

View file

@ -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