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