Skip to content

Commit f513f99

Browse files
authored
Merge pull request #1228 from sirupsen/travis_upd
update travis scripts
2 parents c6da052 + 003c63a commit f513f99

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

travis/install.sh

-9
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,3 @@ set -e
66
if [[ "$TRAVIS_GO_VERSION" =~ ^1\.15\. ]]; then
77
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $(go env GOPATH)/bin v1.32.2
88
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-
fi

0 commit comments

Comments
 (0)