Fix fetch test dependencies too.

This commit is contained in:
Nick Craig-Wood 2016-02-15 17:31:11 +00:00
parent f1debd4701
commit 5f97603684
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@ go:
# - tip
install:
- go get ./...
- go get -t ./...
- '[[ `go version` =~ go1.[0-4][^0-9] ]] || go get -u github.com/kisielk/errcheck'
- go get -u golang.org/x/tools/cmd/goimports
- go get -u github.com/golang/lint/golint
script:
- make check
- go test -t -v ./...
- go test -v ./...
- go test -cpu=2 -race -v ./...