Revert "Updated .travis.yml to ignore /examples/"
This reverts commit 140886f9dc.
This commit is contained in:
+2
-4
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user