travis windows now has mingw by default

pull/6858/head
Adrien Delorme 8 years ago
parent 4d466a0ba7
commit 5fe672d7c4

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

Loading…
Cancel
Save