go vet → golint

This commit is contained in:
Kyle Isom 2017-11-21 12:52:26 -08:00
parent 4122f01644
commit eaaaabe439
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@ go:
- 1.9
- 1.8
script:
- go get golang.org/x/tools/cmd/vet
- go get github.com/golang/lint/golint
- go get golang.org/x/tools/cmd/cover
- go get github.com/kisom/goutils/...
- go test -cover github.com/kisom/goutils/...
- go vet github.com/kisom/goutils/...
- go lint github.com/kisom/goutils/...
notifications:
email:
recipients: