travis disable GOCACHE

This commit is contained in:
Chris Lu 2019-04-06 11:30:04 -07:00
parent b13c2be332
commit a98a6263e2

View file

@ -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/...