mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
travis disable GOCACHE
This commit is contained in:
parent
b13c2be332
commit
a98a6263e2
|
@ -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/...
|
||||
|
||||
|
|
Loading…
Reference in a new issue