From 01b313bb8cb0ffa0817cc5c1bb9aa71c5f9d1698 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Wed, 12 Jun 2019 22:25:03 -0700 Subject: [PATCH] really fix build --- core/poller/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/poller/.travis.yml b/core/poller/.travis.yml index d483864b..635bb4c7 100644 --- a/core/poller/.travis.yml +++ b/core/poller/.travis.yml @@ -14,7 +14,7 @@ before_install: - curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-darwin-amd64 - chmod +x $GOPATH/bin/dep # download super-linter: golangci-lint -- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh +- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest #- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest install: - dep ensure