diff --git a/.travis.yml b/.travis.yml index 5b468005..75da1dd4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,9 +10,11 @@ before_install: - dep ensure - go get -v github.com/golang/lint/golint - go get -u honnef.co/go/tools/... + - go get -u github.com/client9/misspell/cmd/misspell script: - golint cmd/ pkg/ - go test -v ./... - unused $(go list ./...) - gosimple $(go list ./...) + - misspell -error $(git ls-files | grep -v vendor/)