From 150b1f6f1f5649c327e4614e08b6b4c9409b4ac2 Mon Sep 17 00:00:00 2001 From: Niko Storni Date: Fri, 10 Jul 2020 15:24:48 +0200 Subject: [PATCH] fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 933ce39..a4554a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ install: true # set -e enabled in bash. before_script: # All the .go files, excluding vendor/ and model (auto generated) -# - GO_FILES=$(find . -iname '*.go' ! -iname '*_test.go' -type f | grep -v /vendor/ ) #i wish we were this crazy :p + - GO_FILES=$(find . -iname '*.go' ! -iname '*_test.go' -type f | grep -v /vendor/ ) #i wish we were this crazy :p - go get golang.org/x/tools/cmd/goimports # Used in build script for generated files # - go get github.com/golang/lint/golint # Linter # - go get honnef.co/go/tools/cmd/megacheck # Badass static analyzer/linter