From 3228820c241ce43807cd34213ed2962336258fe2 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 16 Oct 2018 15:44:49 +0200 Subject: [PATCH] travis windows: install make --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index a303f56b7..d65111cd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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