install mingw

pull/6858/head
Adrien Delorme 8 years ago
parent 03620d15c2
commit cdd8d85ae9

@ -15,7 +15,8 @@ go:
- master
before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make ; fi
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install mingw ; fi
script:
- GOMAXPROCS=2 make ci

Loading…
Cancel
Save