Fix the golint command in .travis.yml, to actually lint stuff.

This commit is contained in:
David Anderson 2016-08-14 18:15:37 -07:00
parent 2639514bac
commit 2fc6bdac12

View File

@ -19,4 +19,4 @@ script:
- GO15VENDOREXPERIMENT=1 go build $(glide novendor)
- GO15VENDOREXPERIMENT=1 go test $(glide novendor)
- go vet $(glide novendor)
- golint $(glide novendor)
- glide novendor | xargs -n1 golint