0
0
Fork 0

exclude metrics

This commit is contained in:
Marty Schoch 2015-07-28 19:10:49 -04:00
parent bf8dcae76b
commit 652c188fe8
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ script:
- go get github.com/kisielk/errcheck
- go test -v ./...
- go vet ./...
- errcheck $(go list ./... | grep -v bleve/http/mapping)
- errcheck $(go list ./... | grep -v bleve/http/mapping | grep -v bleve/index/store/metrics)
- docs/project-code-coverage.sh
- docs/build_children.sh