From 679910415778c6098c8511923f3c13674e56219d Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 10 Feb 2020 14:16:11 -0500 Subject: [PATCH] Remove $GOPATH Caching $GOPATH caching has led to flaky tests as per #1503 and #1536. The speedup is marginal and while the false negatives are a headache, false positives are potentially dangerous. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5063496735..5a611c3960 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: go cache: directories: - $GOCACHE - - $GOPATH - $GOPATH/pkg/mod - $GOPATH/github.com/golang - $GOPATH/gopkg.in/alecthomas