diff --git a/.travis.yml b/.travis.yml index 9c9718cb2..31a5bf204 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ script: --enable=gofmt \ --enable=goimports \ --enable=dupl \ + --enable=misspell \ ./... after_success: test ! -z "$TRAVIS_TAG" && go run main.go