diff options
author | Matthew Holt <[email protected]> | 2016-08-02 10:59:16 -0600 |
---|---|---|
committer | Matthew Holt <[email protected]> | 2016-08-02 10:59:16 -0600 |
commit | a24e36176105d9d42166156c1147e5e0465e2064 (patch) | |
tree | b63bd604bf9d64abbd2ec5777b8e94558f3149f5 /.travis.yml | |
parent | 5ac04b91bb92829711bf15499f6907593cd49728 (diff) | |
download | caddy-a24e36176105d9d42166156c1147e5e0465e2064.tar.gz caddy-a24e36176105d9d42166156c1147e5e0465e2064.zip |
Enable cgo for CI tests so race detector can run
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 0 insertions, 3 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. |