Commit c7c34266 authored by Ben Gadbois's avatar Ben Gadbois

Add misspell to travis build

Replace test text with real words so misspell doesn't throw errors
parent d6a35381
...@@ -21,10 +21,12 @@ install: ...@@ -21,10 +21,12 @@ install:
- go get -t ./... - go get -t ./...
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/gordonklaus/ineffassign - go get github.com/gordonklaus/ineffassign
- go get github.com/client9/misspell/cmd/misspell
script: script:
- diff <(echo -n) <(gofmt -s -d .) - diff <(echo -n) <(gofmt -s -d .)
- ineffassign . - ineffassign .
- misspell -error .
- go vet ./... - go vet ./...
- go test -race ./... - go test -race ./...
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment