Skip to content

Commit 2c5442e

Browse files
committed
Revert "AppVeyor: Update to Visual Studio 2017"
This reverts commit 9f51db7. Builds fails currently with Visual Studio 2017.
1 parent 7f4fd05 commit 2c5442e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# appveyor file
22
# https://www.appveyor.com/docs/appveyor-yml/
33

4-
image: Visual Studio 2017
4+
image: Visual Studio 2015
55

66
platform:
77
- x64
@@ -23,7 +23,7 @@ init:
2323
environment:
2424
JOBS: 4
2525
GIT_SSH: c:\projects\nodegit\vendor\plink.exe
26-
GYP_MSVS_VERSION: 2017
26+
GYP_MSVS_VERSION: 2015
2727
matrix:
2828
# Node.js
2929
- nodejs_version: "10"

0 commit comments

Comments
 (0)