From 2fc6bdac1299d5bd0343306fc15aff8430c5c36a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 14 Aug 2016 18:15:37 -0700 Subject: [PATCH] Fix the golint command in .travis.yml, to actually lint stuff. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c67c47..b5ffd0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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