...

Text file src/github.com/sirupsen/logrus/travis/install.sh

Documentation: github.com/sirupsen/logrus/travis

     1#!/bin/bash
     2
     3set -e
     4
     5# Install golanci 1.32.2
     6if [[ "$TRAVIS_GO_VERSION" =~ ^1\.15\. ]]; then
     7    curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.32.2
     8fi

View as plain text