aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-04-06 11:53:56 -0700
committerChris Lu <chris.lu@gmail.com>2019-04-06 11:53:56 -0700
commit596e920f1f112b1af468788fccc9b358da9deffe (patch)
tree9ea176803ff3aab5ef063580eaf98e3d4bc1fd70
parente72469ea214245305e2b4441567b1221bfc47c7e (diff)
downloadseaweedfs-596e920f1f112b1af468788fccc9b358da9deffe.tar.xz
seaweedfs-596e920f1f112b1af468788fccc9b358da9deffe.zip
disable cgo
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6d79a5e76..0dc393409 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ before_install:
install:
- export GOCACHE="off"
- - export CGO=0
+ - export CGO_ENABLED="0"
- go env
- go get -u ./weed/...