0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Enable cgo for CI tests so race detector can run

This commit is contained in:
Matthew Holt 2016-08-02 10:59:16 -06:00
parent 5ac04b91bb
commit a24e361761
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03
2 changed files with 0 additions and 4 deletions

View file

@ -4,9 +4,6 @@ go:
- 1.6.3 - 1.6.3
- tip - tip
env:
- CGO_ENABLED=0
before_install: before_install:
# Decrypts a script that installs an authenticated cookie # Decrypts a script that installs an authenticated cookie
# for git to use when cloning from googlesource.com. # for git to use when cloning from googlesource.com.

View file

@ -6,7 +6,6 @@ clone_folder: c:\gopath\src\github.com\mholt\caddy
environment: environment:
GOPATH: c:\gopath GOPATH: c:\gopath
CGO_ENABLED: 0
install: install:
- rmdir c:\go /s /q - rmdir c:\go /s /q