зеркало из https://github.com/github/ruby.git
Workaround Travis CI issue by hardcoding localhost
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a9fd7d9396
Коммит
e7535c6eaa
|
@ -64,7 +64,7 @@ module NetHTTPSpecs
|
|||
|
||||
def start_server
|
||||
server_config = {
|
||||
BindAddress: "localhost",
|
||||
BindAddress: "127.0.0.1",
|
||||
Port: 0,
|
||||
Logger: WEBrick::Log.new(NullWriter.new),
|
||||
AccessLog: [],
|
||||
|
|
Загрузка…
Ссылка в новой задаче