clean cache

This commit is contained in:
Chris Lu 2019-04-06 11:22:09 -07:00
parent 27850c3a8b
commit efa881f557

View file

@ -10,7 +10,9 @@ before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- go env GOCACHE
- rm -rf `go env GOCACHE`
- rm -rf /home/travis/.gimme
- go get -u ./weed/...
script: