From 2c58cba52764bb65638fa5fced42f508edfc51ad Mon Sep 17 00:00:00 2001 From: fsouza Date: Mon, 29 Apr 2019 23:10:40 -0400 Subject: [PATCH] travis: replace cache hackery with GOPROXY (#215) --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2c66c9fd4..62b2a453a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: go -cache: - directories: - - $GOPATH/pkg before_install: - - export GOCACHE=$GOPATH/pkg/cache - go get github.com/mattn/goveralls@master install: - make deps @@ -13,5 +9,6 @@ script: env: global: - GO111MODULE=on + - GOPROXY=https://proxy.golang.org go: - 1.x