switch appveyor command to install mingw instead of make

This commit is contained in:
Sebastian McKenzie 2015-11-09 20:55:25 -08:00
parent 17d47267ca
commit 965690ac80

View File

@ -12,7 +12,7 @@ install:
- node --version
- npm --version
- npm install
- choco install make
- choco install mingw
test_script:
- make test-ci