add stop to clean up gocache

This commit is contained in:
Chris Lu 2019-04-06 11:13:53 -07:00
parent 7e95dcc99e
commit 27850c3a8b

View file

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