forked from mirror/logrus
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
|
||||
go:
|
||||
- 1.6
|
||||
- 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