travis-ci: disable cgo for windows

pull/6858/head
Adrien Delorme 8 years ago
parent 0602cbd47e
commit 9a1a2d76ce

@ -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:

Loading…
Cancel
Save