aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-04-06 12:01:02 -0700
committerChris Lu <chris.lu@gmail.com>2019-04-06 12:01:02 -0700
commitd942aa808aa6e4a6729b2547fba6e0d713dc5ee5 (patch)
tree034c57107238e5539dfa656709082c4325805e5d
parent596e920f1f112b1af468788fccc9b358da9deffe (diff)
downloadseaweedfs-d942aa808aa6e4a6729b2547fba6e0d713dc5ee5.tar.xz
seaweedfs-d942aa808aa6e4a6729b2547fba6e0d713dc5ee5.zip
travis: enable go cache
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0dc393409..f6dc49c31 100644
--- a/.travis.yml
+++ b/.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/...