travis windows: install make

This commit is contained in:
Adrien Delorme 2018-10-16 15:44:49 +02:00
parent 3bb866820f
commit 3228820c24
1 changed files with 3 additions and 0 deletions

View File

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