From 9a1a2d76ce612c0815565e3aca2a5b2cadcff2fe Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 16:37:38 +0200 Subject: [PATCH] travis-ci: disable cgo for windows --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 001998acd..9b70b9aac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,7 @@ before_install: - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install mingw ; fi script: + - if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then export CGO_ENABLED=0 ; fi - GOMAXPROCS=2 make ci branches: