Test against Ruby 2.2 and JRuby 2.0/2.1 modes#464
Conversation
Allows jruby-XYmode failures
|
Ruby 2.2 fails with this error. I've removed it from .travis.yml for now. Not too confident I can troubleshoot that alone. I can explore. Or someone with more experience can enlighten me at their convenience. 😃 |
|
It seems that old Typheus fails to compile on Ruby 2.2. You could put back 2.2 on the CI list but figure out how to skip the old Typhoeus test. It's not crucial. |
0.3.x doesn't compile on Ruby 2.2
|
OK. So I think I figured out how to skip the Typhoeus tests on Ruby 2.2 and get it passing on Travis, but now I've hit some sort of SSL(?) error on Ruby 2.1. |
There was a problem hiding this comment.
You should do RUBY_VERSION > '2.2' and you don't need any RUBY_ENGINE checks. We want this method to return true for every version from 2.2.0 forward. We don't want Typhoeus tests run on 2.3.
|
Intermittent failure. We sometimes get those. Restarted and the build passed. |
|
Wow. Plain old string comparison really makes that method clear. Anything else? |
|
Thanks! |
Hi.
This attempts to move issues #348 and #374 forward. I've added JRuby 2.0 and 2.1 modes to the Travis build and allow them to fail. I've also added MRI 2.2 to see if it passes.
Cheers,
O-I