Skip to content

Commit 7ad10cd

Browse files
committed
Work around nodejs/node/issues/751 for testing on AppVeyor
1 parent 35b7871 commit 7ad10cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ test_script:
2828
- node --version
2929
- npm --version
3030
# run tests
31-
- npm test
31+
- IF NOT %nodejs_version% == 1 npm test
32+
- IF %nodejs_version% == 1 iojs node_modules\tap\bin\tap.js --gc test\js\*-test.js
3233

3334
# Don't actually build.
3435
build: off

0 commit comments

Comments
 (0)