From 69102e44634533d8b36ed579ae3cbcd6e773e643 Mon Sep 17 00:00:00 2001 From: Jack Christensen Date: Mon, 26 Oct 2015 19:08:15 -0500 Subject: [PATCH] test ipv4 for travis simplicity --- stdlib/sql_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/sql_test.go b/stdlib/sql_test.go index 1b034a2f..cba7a537 100644 --- a/stdlib/sql_test.go +++ b/stdlib/sql_test.go @@ -130,7 +130,7 @@ func TestSqlOpenDoesNotHavePool(t *testing.T) { func TestOpenFromConnPool(t *testing.T) { connConfig := pgx.ConnConfig{ - Host: "localhost", + Host: "127.0.0.1", User: "pgx_md5", Password: "secret", Database: "pgx_test",