forked from mirror/logrus
travis: don't go get recursively
This commit is contained in:
parent
ce6942b8d7
commit
0efc3b9c6f
|
@ -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 ./...
|
||||
|
|
Loading…
Reference in New Issue