Skip to content

Commit

Permalink
Check for misspell mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
corny committed Jan 13, 2018
1 parent 082f8d6 commit 83b5f9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 83b5f9f

Please sign in to comment.