mirror of https://github.com/sirupsen/logrus.git
Merge pull request #447 from stevvooe/revert-example-compilation
Compile examples filtered in #439
This commit is contained in:
commit
e400ff7861
|
@ -4,6 +4,5 @@ go:
|
||||||
- 1.7
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
install:
|
install:
|
||||||
- go get -t $(go list ./... | grep -v /examples/)
|
- go get -t ./...
|
||||||
script:
|
script: GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v ./...
|
||||||
- GOMAXPROCS=4 GORACE="halt_on_error=1" go test -race -v $(go list ./... | grep -v /examples/)
|
|
||||||
|
|
Loading…
Reference in New Issue