diff options
-rw-r--r-- | .travis.yml | 3 | ||||
-rw-r--r-- | appveyor.yml | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 0843e1143..7f45cbed7 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 2b327fb48..ba9131791 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 |