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

Commit aff8291

Browse files
committed
Revert "Node 6 with AppVeyor: don't use subst for testing (#1514)"
This reverts commit 15fe42e to assert nodejs/node#6500 is resolved in Node v6.2.0.
1 parent f2f481b commit aff8291

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

appveyor.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
- nodejs_version: 3
4343
- nodejs_version: 4
4444
- nodejs_version: 5
45-
- nodejs_version: 6
4645

4746
install:
4847
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -51,9 +50,7 @@
5150
- git submodule update --init --recursive
5251
- npm install --msvs_version=2013
5352

54-
test_script:
55-
- ps: set-location -path c:\projects\node_modules\node-sass
56-
- npm test
53+
test_script: npm test
5754

5855
before_deploy:
5956
# Save artifacts with full qualified names of binding.node and binding.pdb
@@ -115,7 +112,6 @@
115112
- nodejs_version: 0.12
116113
- nodejs_version: 4
117114
- nodejs_version: 5
118-
- nodejs_version: 6
119115

120116
install:
121117
- ps: Install-Product node $env:nodejs_version $env:platform
@@ -124,6 +120,4 @@
124120
- git submodule update --init --recursive
125121
- npm install --msvs_version=2013
126122

127-
test_script:
128-
- ps: set-location -path c:\projects\node_modules\node-sass
129-
- npm test
123+
test_script: npm test

0 commit comments

Comments
 (0)