From 9ac378eaa5fc02b4d4401fb23ce71c96f08c0ff4 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 21 Nov 2017 12:55:51 -0800 Subject: [PATCH] =?UTF-8?q?go=20lint=20=E2=86=92=20golint?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da2e49d..388f41a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ script: - go get golang.org/x/tools/cmd/cover - go get github.com/kisom/goutils/... - go test -cover github.com/kisom/goutils/... - - go lint github.com/kisom/goutils/... + - golint github.com/kisom/goutils/... notifications: email: recipients: