Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
CB-13812 run tests on AppVeyor with VS 2017 as well
  • Loading branch information
janpio committed Jan 21, 2018
1 parent de41d9a commit f5f4b21
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Expand Up @@ -19,10 +19,13 @@
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml

image:
- Visual Studio 2015
- Visual Studio 2017
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "4"
- nodejs_version: "6"

install:
- ps: Install-Product node $env:nodejs_version
Expand Down

0 comments on commit f5f4b21

Please sign in to comment.