From 5fe672d7c49831c799c4e9b0383525efd24fae9a Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Wed, 17 Oct 2018 11:42:51 +0200 Subject: [PATCH] travis windows now has mingw by default --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6aad2832d..1d9261d27 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,7 @@ go: before_install: - > if [[ "$TRAVIS_OS_NAME" == "windows" ]]; - then choco install -y make mingw; - export PATH=/c/tools/mingw64/bin:"$PATH"; + then choco install -y make; fi script: