Browse Source

travis: enable go cache

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

1
.travis.yml

@ -10,7 +10,6 @@ before_install:
- export PATH=/home/travis/gopath/bin:$PATH
install:
- export GOCACHE="off"
- export CGO_ENABLED="0"
- go env
- go get -u ./weed/...

Loading…
Cancel
Save