Fix Travis

This commit is contained in:
Jack Christensen 2017-05-01 19:32:16 -05:00
parent 4c24c635a9
commit ee0c64864e

View File

@ -55,6 +55,7 @@ install:
- go get -u github.com/lib/pq - go get -u github.com/lib/pq
- go get -u github.com/hashicorp/go-version - go get -u github.com/hashicorp/go-version
- go get -u github.com/satori/go.uuid - go get -u github.com/satori/go.uuid
- go get -u github.com/Sirupsen/logrus
script: script:
- go test -v -race ./... - go test -v -race ./...