travis: don't go get recursively

This commit is contained in:
Simon Eskildsen 2017-05-15 06:34:03 -04:00
parent ce6942b8d7
commit 0efc3b9c6f
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@ go:
- 1.7.x
- 1.8.x
- tip
install: go get -v
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...