travis: enable go cache

This commit is contained in:
Chris Lu 2019-04-06 12:01:02 -07:00
parent 596e920f1f
commit d942aa808a

View file

@ -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/...