travis windows: install make
This commit is contained in:
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…
Reference in New Issue