From a24e36176105d9d42166156c1147e5e0465e2064 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 2 Aug 2016 10:59:16 -0600 Subject: [PATCH] Enable cgo for CI tests so race detector can run --- .travis.yml | 3 --- appveyor.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0843e114..7f45cbed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ go: - 1.6.3 - tip -env: - - CGO_ENABLED=0 - before_install: # Decrypts a script that installs an authenticated cookie # for git to use when cloning from googlesource.com. diff --git a/appveyor.yml b/appveyor.yml index 2b327fb4..ba913179 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,6 @@ clone_folder: c:\gopath\src\github.com\mholt\caddy environment: GOPATH: c:\gopath - CGO_ENABLED: 0 install: - rmdir c:\go /s /q