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

Revert "Bump AppVeyor to use Visual Studio 2015" #1352

Merged
merged 1 commit into from
Jan 20, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
-
os: Visual Studio 2015

branches:
only:
- release

os: Visual Studio 2013

configuration: release

platform:
Expand Down Expand Up @@ -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

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

-
os: Visual Studio 2015
os: Visual Studio 2013

configuration: testing

Expand Down Expand Up @@ -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