Commit 901f4114 by xzyfer

Bump AppVeyor to use Visual Studio 2015

This is a work around for sass/libsass#1719 which removed a header
that broke compilation on VS 2013.
parent 4960fdbf
- -
os: Visual Studio 2015
branches: branches:
only: only:
- release - release
...@@ -34,7 +36,7 @@ ...@@ -34,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=2013 - npm install --msvs_version=2015
test_script: npm test test_script: npm test
...@@ -55,6 +57,8 @@ ...@@ -55,6 +57,8 @@
appveyor_repo_tag: true # deploy on tag push only appveyor_repo_tag: true # deploy on tag push only
- -
os: Visual Studio 2015
configuration: testing configuration: testing
platform: platform:
...@@ -83,6 +87,6 @@ ...@@ -83,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=2013 - npm install --msvs_version=2015
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