test ipv4 for travis simplicity

pull/111/head
Jack Christensen 2015-10-26 19:08:15 -05:00
parent db57394741
commit 69102e4463
1 changed files with 1 additions and 1 deletions

View File

@ -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",