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

Commit

Permalink
inverse
Browse files Browse the repository at this point in the history
  • Loading branch information
xzyfer committed Jan 27, 2017
1 parent 511c22c commit 5ca863d
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
skip_branch_with_pr: true
skip_tags: true

os: Visual Studio 2013
os: Visual Studio 2015

configuration: testing

Expand All @@ -113,16 +113,14 @@

environment:
SKIP_SASS_BINARY_DOWNLOAD_FOR_CI: true
VisualStudioVersion: 12.0
GYP_MSVS_VERSION: 2013
GYP_MSVS_VERSION: 2015
matrix:
# - nodejs_version: 0.10
# - nodejs_version: 0.12
- nodejs_version: 6
os: Visual Studio 2015
VisualStudioVersion: 14.0
GYP_MSVS_VERSION: 2015
- nodejs_version: 4
os: Visual Studio 2013
GYP_MSVS_VERSION: 2013

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand Down

0 comments on commit 5ca863d

Please sign in to comment.