2
0

pgtype tests now require pq

This commit is contained in:
Jack Christensen
2017-03-20 08:38:06 -05:00
parent db6c5daa70
commit ed8bfa4f42
+1
View File
@@ -53,6 +53,7 @@ install:
- go get -u gopkg.in/inconshreveable/log15.v2
- go get -u github.com/jackc/fake
- go get -u github.com/jackc/pgmock/pgmsg
- go get -u github.com/lib/pq
script:
- go test -v -race ./...