mirror of https://github.com/sirupsen/logrus.git
Merge branch 'master' of https://github.com/Sirupsen/logrus
This commit is contained in:
commit
962ceebd51
|
@ -4,6 +4,5 @@ go:
|
|||
- 1.7
|
||||
- tip
|
||||
install:
|
||||
- go get -t $(go list ./... | grep -v /examples/)
|
||||
script:
|
||||
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v $(go list ./... | grep -v /examples/)
|
||||
- go get -t ./...
|
||||
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
|
||||
|
|
Loading…
Reference in New Issue