diff --git a/appveyor.yml b/appveyor.yml index 3a69d68e16c..8b2b688fc66 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,3 +1,5 @@ +image: Visual Studio 2017 + environment: matrix: - nodejs_version: 7 @@ -32,6 +34,8 @@ platform: - x64 install: + # TODO: Remove after https://github.com/appveyor/ci/issues/1426 is fixed + - set PATH=C:\Program Files\Git\mingw64\bin;%PATH% - ps: Install-Product node $env:nodejs_version $env:platform build: off