From e72469ea214245305e2b4441567b1221bfc47c7e Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Sat, 6 Apr 2019 11:52:55 -0700 Subject: [PATCH] disable cgo --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 416654ee7..6d79a5e76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,8 @@ before_install: install: - export GOCACHE="off" - - echo `go env GOCACHE` + - export CGO=0 + - go env - go get -u ./weed/... script: