Commit fab3b5bf authored by Matt Holt's avatar Matt Holt Committed by GitHub

Merge pull request #1343 from bengadbois/add_misspell_travis

Add misspell to travis build
parents d6a35381 c7c34266
......@@ -21,10 +21,12 @@ install:
- go get -t ./...
- go get github.com/golang/lint/golint
- go get github.com/gordonklaus/ineffassign
- go get github.com/client9/misspell/cmd/misspell
script:
- diff <(echo -n) <(gofmt -s -d .)
- ineffassign .
- misspell -error .
- go vet ./...
- 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