Revert "Updated .travis.yml to ignore /examples/"

This reverts commit 140886f9dc.
This commit is contained in:
Stephen J Day 2016-11-23 16:19:58 -08:00
parent a437dfd246
commit a89950b151
1 changed files with 2 additions and 4 deletions

View File

@ -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 ./...