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

Commit

Permalink
Revert "Node 6 with AppVeyor: don't use subst for testing (#1514)"
Browse files Browse the repository at this point in the history
This reverts commit 15fe42e to
assert nodejs/node#6500 is resolved in Node v6.2.0.
  • Loading branch information
xzyfer committed Jun 7, 2016
1 parent f2f481b commit 74010e1
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
- nodejs_version: 3
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand All @@ -51,9 +50,7 @@
- git submodule update --init --recursive
- npm install --msvs_version=2013

test_script:
- ps: set-location -path c:\projects\node_modules\node-sass
- npm test
test_script: npm test

before_deploy:
# Save artifacts with full qualified names of binding.node and binding.pdb
Expand Down Expand Up @@ -115,7 +112,6 @@
- nodejs_version: 0.12
- nodejs_version: 4
- nodejs_version: 5
- nodejs_version: 6

install:
- ps: Install-Product node $env:nodejs_version $env:platform
Expand All @@ -124,6 +120,4 @@
- git submodule update --init --recursive
- npm install --msvs_version=2013

test_script:
- ps: set-location -path c:\projects\node_modules\node-sass
- npm test
test_script: npm test

0 comments on commit 74010e1

Please sign in to comment.