mirror of https://github.com/sirupsen/logrus.git
travis: don't go get recursively
This commit is contained in:
parent
ce6942b8d7
commit
0efc3b9c6f
|
@ -4,4 +4,5 @@ go:
|
||||||
- 1.7.x
|
- 1.7.x
|
||||||
- 1.8.x
|
- 1.8.x
|
||||||
- tip
|
- tip
|
||||||
|
install: go get -v
|
||||||
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
|
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
|
||||||
|
|
Loading…
Reference in New Issue