mirror of https://github.com/sirupsen/logrus.git
Revert "Updated .travis.yml to ignore /examples/"
This reverts commit 140886f9dc
.
This commit is contained in:
parent
a437dfd246
commit
a89950b151
|
@ -1,9 +1,7 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6
|
||||||
- 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