We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c6da052 + 003c63a commit f513f99Copy full SHA for f513f99
travis/install.sh
@@ -6,12 +6,3 @@ set -e
6
if [[ "$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
8
fi
9
-
10
-# Only do this for go1.12 when modules are on so that it doesn't need to be done when modules are off as well.
11
-if [[ "$TRAVIS_GO_VERSION" =~ ^1\.13\. ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$GO111MODULE" == "on" ]]; then
12
- GO111MODULE=off go get github.com/dgsb/gox
13
-fi
14
15
-if [[ "$GO111MODULE" == "on" ]]; then
16
- go mod download
17
0 commit comments