travis windows: install make

pull/6858/head
Adrien Delorme 8 years ago
parent 3bb866820f
commit 3228820c24

@ -14,6 +14,9 @@ go:
- 1.11.x
- master
before_install:
- if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then choco install make ; fi
script:
- GOMAXPROCS=2 make ci

Loading…
Cancel
Save