Skip to content

Commit

Permalink
appveyor: use vs2017
Browse files Browse the repository at this point in the history
  • Loading branch information
layerssss committed Jun 12, 2019
1 parent ef658ba commit ff6bf20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ environment:
GH_TOKEN:
secure: 7moc7K09PVs71ThsO2x9DnFoaaJBofzs4yYfhXJdUZffbQeWdzO0zx8ZNp0zPL5p

image: Visual Studio 2015
image: Visual Studio 2017

init:
- npm config set msvs_version 2015 # we need this to build `pty.js`
- npm config set msvs_version 2017 # we need this to build `pty.js`

install:
- ps: Install-Product node 10.16 x64
Expand Down

0 comments on commit ff6bf20

Please sign in to comment.