install mingw

This commit is contained in:
Adrien Delorme 2018-10-16 16:15:21 +02:00
parent 03620d15c2
commit cdd8d85ae9
1 changed files with 2 additions and 1 deletions

View File

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