Skip to content
This repository was archived by the owner on Sep 13, 2023. It is now read-only.

Commit b752003

Browse files
committed
work around nodejs/node#751 for testing on AppVeyor
#42
1 parent 9bdc2f9 commit b752003

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ build: off
1010
test_script:
1111
- node --version
1212
- npm --version
13-
- npm test
13+
- IF NOT %nodejs_version% == 1 npm test
14+
- IF %nodejs_version% == 1 iojs node_modules\tap\bin\tap.js test.js

0 commit comments

Comments
 (0)