Commit 716f05b3 by Marcin Cieślak

Revert "Bump AppVeyor to use Visual Studio 2015"

This reverts commit 901f4114.
parent cd70fbd0
-
os: Visual Studio 2015
branches:
only:
- release
os: Visual Studio 2013
configuration: release
platform:
......@@ -36,7 +36,7 @@
- node --version
- npm --version
- git submodule update --init --recursive
- npm install --msvs_version=2015
- npm install --msvs_version=2013
test_script: npm test
......@@ -57,7 +57,7 @@
appveyor_repo_tag: true # deploy on tag push only
-
os: Visual Studio 2015
os: Visual Studio 2013
configuration: testing
......@@ -87,6 +87,6 @@
- node --version
- npm --version
- git submodule update --init --recursive
- npm install --msvs_version=2015
- npm install --msvs_version=2013
test_script: npm test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment