Browse Source

travis disable GOCACHE

pull/922/head
Chris Lu 6 years ago
parent
commit
a98a6263e2
  1. 1
      .travis.yml

1
.travis.yml

@ -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…
Cancel
Save