There was an error while loading. Please reload this page.
1 parent 7f4fd05 commit 2c5442eCopy full SHA for 2c5442e
1 file changed
appveyor.yml
@@ -1,7 +1,7 @@
1
# appveyor file
2
# https://www.appveyor.com/docs/appveyor-yml/
3
4
-image: Visual Studio 2017
+image: Visual Studio 2015
5
6
platform:
7
- x64
@@ -23,7 +23,7 @@ init:
23
environment:
24
JOBS: 4
25
GIT_SSH: c:\projects\nodegit\vendor\plink.exe
26
- GYP_MSVS_VERSION: 2017
+ GYP_MSVS_VERSION: 2015
27
matrix:
28
# Node.js
29
- nodejs_version: "10"
0 commit comments