Fix Travis build.

This commit is contained in:
Cesar Blum Silveira 2016-06-01 15:53:32 -07:00
parent f609f41a7c
commit 58410bf016
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ namespace Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
{
using (var socket = new Socket(AddressFamily.InterNetworkV6, SocketType.Stream, ProtocolType.Tcp))
{
socket.Bind(new IPEndPoint(IPAddress.IPv6Any, 0));
socket.Bind(new IPEndPoint(IPAddress.IPv6Loopback, 0));
return true;
}
}