Browse Source

disable cgo

pull/922/head
Chris Lu 6 years ago
parent
commit
596e920f1f
  1. 2
      .travis.yml

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

Loading…
Cancel
Save