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

Commit

Permalink
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
@@ -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

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

-
os: Visual Studio 2015

configuration: testing

platform:
@@ -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.