From c1f136732b7b6236d267bf628e9c2f63004f8bcc Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Fri, 8 Nov 2019 21:17:24 -0700 Subject: [PATCH] issue-33: update travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 05b2889..07e63a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ notifications: # set -e enabled in bash. before_script: - GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/) # All the .go files, excluding vendor/ - - go get github.com/golang/lint/golint # Linter + - go get golang.org/x/lint - go get github.com/fzipp/gocyclo # script always run to completion (set +e). All of these code checks are must haves