Skip to content

Commit

Permalink
Remove $GOPATH Caching
Browse files Browse the repository at this point in the history
$GOPATH caching has led to flaky tests as per btcsuite#1503 and btcsuite#1536. The speedup is marginal and while the false negatives are a headache, false positives are potentially dangerous.
  • Loading branch information
jakesylvestre authored Feb 10, 2020
1 parent f3ec130 commit 6799104
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: go
cache:
directories:
- $GOCACHE
- $GOPATH
- $GOPATH/pkg/mod
- $GOPATH/github.com/golang
- $GOPATH/gopkg.in/alecthomas
Expand Down

0 comments on commit 6799104

Please sign in to comment.