From cab5e3e829976509c98f5f3da5ad4b5ada62935f Mon Sep 17 00:00:00 2001 From: Aidan Steele Date: Tue, 27 Feb 2018 14:47:35 +1100 Subject: [PATCH] CGO_ENABLED=0 for alpine linux --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9bd1aed..2e4aaae 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ install: script: ls after_success: - - gox -arch="amd64" -os="windows linux darwin" + - CGO_ENABLED=0 gox -arch="amd64" -os="windows linux darwin" - upx-3.94-amd64_linux/upx stackit_* - ls -lh