Commit 86b84252 by Adeel Mujahid

Merge pull request #1352 from saper/back2013

Revert "Bump AppVeyor to use Visual Studio 2015"
parents eafd9c97 716f05b3
- -
os: Visual Studio 2015
branches: branches:
only: only:
- release - release
os: Visual Studio 2013
configuration: release configuration: release
platform: platform:
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
- node --version - node --version
- npm --version - npm --version
- git submodule update --init --recursive - git submodule update --init --recursive
- npm install --msvs_version=2015 - npm install --msvs_version=2013
test_script: npm test test_script: npm test
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
appveyor_repo_tag: true # deploy on tag push only appveyor_repo_tag: true # deploy on tag push only
- -
os: Visual Studio 2015 os: Visual Studio 2013
configuration: testing configuration: testing
...@@ -87,6 +87,6 @@ ...@@ -87,6 +87,6 @@
- node --version - node --version
- npm --version - npm --version
- git submodule update --init --recursive - git submodule update --init --recursive
- npm install --msvs_version=2015 - npm install --msvs_version=2013
test_script: npm test 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