From eaaaabe439c7e444ae14a79e3202b57a5bbe58d8 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 21 Nov 2017 12:52:26 -0800 Subject: [PATCH] =?UTF-8?q?go=20vet=20=E2=86=92=20golint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index deafca7..da2e49d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: