0
0
Fork 0

trying to work around errcheck

This commit is contained in:
Marty Schoch 2015-05-21 15:20:57 -04:00
parent e0887f9113
commit 165e63ac09
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 ./...
- errcheck $(go list ./... | grep -v bleve/http/mapping)
- docs/project-code-coverage.sh
- docs/build_children.sh