From a98a6263e22e526c4fc91aa85f0cc88378c99e1a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 6 Apr 2019 11:30:04 -0700 Subject: [PATCH] travis disable GOCACHE --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 461dc19dd..416654ee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ before_install: - export PATH=/home/travis/gopath/bin:$PATH install: + - export GOCACHE="off" - echo `go env GOCACHE` - go get -u ./weed/...