pgtype tests now require pq

v3-numeric-wip
Jack Christensen 2017-03-20 08:38:06 -05:00
parent db6c5daa70
commit ed8bfa4f42
1 changed files with 1 additions and 0 deletions

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 ./...