install mingw

This commit is contained in:
Adrien Delorme
2018-10-16 16:23:07 +02:00
parent 03620d15c2
commit cdd8d85ae9
+2 -1
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