| commit | e400ff7861bce9661cf37c162ce3b7b303baf333 | [log] [tgz] |
|---|---|---|
| author | Stephen Day <stevvooe@users.noreply.github.com> | Mon Nov 28 14:57:24 2016 -0800 |
| committer | GitHub <noreply@github.com> | Mon Nov 28 14:57:24 2016 -0800 |
| tree | eeca5509d83a4888900b7ff4cb3aa9ceb18790e7 | |
| parent | a437dfd2463eaedbec3dfe443e477d3b0a810b3f [diff] | |
| parent | 6ecd392994fb4b6022ffd537bfd281a10d2b3d20 [diff] |
Merge pull request #447 from stevvooe/revert-example-compilation Compile examples filtered in #439
diff --git a/.travis.yml b/.travis.yml index ec7dd78..804c569 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -4,6 +4,5 @@ - 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 ./...