From f1d61070cf2c69dc21c947d70b57f2964c9f7275 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 18 Jul 2019 20:46:19 +0530 Subject: [PATCH] remove work around for golangci-lint installation as https://github.com/golangci/golangci-lint/issues/575 is fixed now.removing the workaround in CI Signed-off-by: Madhu Rajanna --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0e9bd10e5..077f03b08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,9 +43,8 @@ jobs: - pip install --user --upgrade pip - pip install --user yamllint # install golangci-lint - # workaround for https://github.com/golangci/golangci-lint/issues/575 - curl -sf - "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" + "https://install.goreleaser.com/github.com/golangci/golangci-lint.sh" | bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}" script: - make static-check