From 95584b7c89152f4391af9749c33bcd264592d93e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jupp=20M=C3=BCller?= Date: Tue, 3 May 2016 10:07:02 +0200 Subject: [PATCH] CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bf882f7..aaec1f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - go get golang.org/x/tools/cmd/cover script: - "$HOME/gopath/bin/goveralls -service=travis-ci" -- "go build -x -a --ldflags '-extldflags \"-static\"' ./..." +- "CGO_ENABLED=0 go build -x -a -tags netgo --ldflags '-extldflags \"-static\"' ./..." - file go-event-store - ldd go-event-store