Merge pull request #447 from stevvooe/revert-example-compilation

Compile examples filtered in #439
This commit is contained in:
Stephen Day 2016-11-28 14:57:24 -08:00 committed by GitHub
commit e400ff7861
1 changed files with 2 additions and 3 deletions

View File

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