2
0

Add context dependency to travis

This commit is contained in:
Jack Christensen
2017-02-04 18:09:25 -06:00
parent a9e7e3acbc
commit 94eea5128e
+1
View File
@@ -51,6 +51,7 @@ install:
- go get -u github.com/shopspring/decimal - go get -u github.com/shopspring/decimal
- go get -u gopkg.in/inconshreveable/log15.v2 - go get -u gopkg.in/inconshreveable/log15.v2
- go get -u github.com/jackc/fake - go get -u github.com/jackc/fake
- go get -u golang.org/x/net/context
script: script:
- go test -v -race -short ./... - go test -v -race -short ./...