Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Bump AppVeyor to use Visual Studio 2015
Browse files Browse the repository at this point in the history
This is a work around for sass/libsass#1719 which removed a header
that broke compilation on VS 2013.
  • Loading branch information
xzyfer committed Nov 11, 2015
1 parent 4960fdb commit 901f411
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
-
os: Visual Studio 2015

branches:
only:
- release
Expand Down Expand Up @@ -34,7 +36,7 @@
- node --version
- npm --version
- git submodule update --init --recursive
- npm install --msvs_version=2013
- npm install --msvs_version=2015

test_script: npm test

Expand All @@ -55,6 +57,8 @@
appveyor_repo_tag: true # deploy on tag push only

-
os: Visual Studio 2015

configuration: testing

platform:
Expand Down Expand Up @@ -83,6 +87,6 @@
- node --version
- npm --version
- git submodule update --init --recursive
- npm install --msvs_version=2013
- npm install --msvs_version=2015

test_script: npm test

0 comments on commit 901f411

Please sign in to comment.