mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
fix OpenSSL JRuby loading bug on Travis
The error was: NameError: uninitialized constant OpenSSL::OPENSSL_VERSION It seems to choke when "openssl" is required in a thread. Not always, though.
This commit is contained in:
parent
e8a50ed068
commit
b0d9a14459
@ -51,6 +51,7 @@ ensure
|
||||
end
|
||||
|
||||
server = nil
|
||||
require 'openssl' # for JRuby 1.6.7.2 in 1.9 mode on Travis
|
||||
|
||||
Thread.abort_on_exception = true
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user