From 52f3579809db2be7376ac317c476342bf3f99fab Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 18 Oct 2018 10:49:59 +0900 Subject: [PATCH] Updated golint path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 825f4268..d8a4fab9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ matrix: # 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/golint # Linter - go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter - go get github.com/fzipp/gocyclo # Cyclomatic complexity - npm install -g typescript # TypeScript