set CGO_ENABLED=0 in travis.yml

This commit is contained in:
Michael Cambria 2019-04-10 10:41:13 -04:00 committed by Casey Callendrello
parent e028b70b49
commit 914f2bc740

View File

@ -9,6 +9,7 @@ go:
env:
global:
- PATH=$GOROOT/bin:$GOPATH/bin:$PATH
- CGO_ENABLED=0
matrix:
- TARGET=amd64
- TARGET=arm