Check for misspells

This commit is contained in:
Julian Kornberger 2018-01-13 16:52:55 +01:00
parent 082f8d6c7e
commit 59c46ba655
1 changed files with 2 additions and 0 deletions

View File

@ -4,9 +4,11 @@ go:
- 1.9.x
install:
- go get -t github.com/FreifunkBremen/yanic/...
- go get github.com/client9/misspell/cmd/misspell
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
script:
- ./.test-coverage travis-ci
- ./.travis.gofmt.sh
- misspell -error .
- go install github.com/FreifunkBremen/yanic