From 3f95db9deb3a1999f92e3d6cebaffb5cbfc41d36 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Fri, 14 Jun 2019 03:07:52 -0700 Subject: [PATCH] attempt to fix build --- core/unifi/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/unifi/.travis.yml b/core/unifi/.travis.yml index b0d7f087..1027a41e 100644 --- a/core/unifi/.travis.yml +++ b/core/unifi/.travis.yml @@ -7,7 +7,7 @@ before_install: - curl -sLo $GOPATH/bin/dep https://github.com/golang/dep/releases/download/v0.5.3/dep-linux-amd64 - chmod +x $GOPATH/bin/dep # download super-linter: golangci-lint -- curl -sL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin latest +- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest install: - dep ensure script: