travis windows now has mingw by default

This commit is contained in:
Adrien Delorme 2018-10-17 11:42:51 +02:00
parent 4d466a0ba7
commit 5fe672d7c4
1 changed files with 1 additions and 2 deletions

View File

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