mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
clean cache
This commit is contained in:
parent
27850c3a8b
commit
efa881f557
|
@ -10,7 +10,9 @@ before_install:
|
||||||
- export PATH=/home/travis/gopath/bin:$PATH
|
- export PATH=/home/travis/gopath/bin:$PATH
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- go env GOCACHE
|
||||||
- rm -rf `go env GOCACHE`
|
- rm -rf `go env GOCACHE`
|
||||||
|
- rm -rf /home/travis/.gimme
|
||||||
- go get -u ./weed/...
|
- go get -u ./weed/...
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue