Skip to content

Commit

Permalink
Work around nodejs/node/issues/751 for testing on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
amitparida committed Feb 7, 2015
1 parent 35b7871 commit 7ad10cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ test_script:
- node --version
- npm --version
# run tests
- npm test
- IF NOT %nodejs_version% == 1 npm test
- IF %nodejs_version% == 1 iojs node_modules\tap\bin\tap.js --gc test\js\*-test.js

# Don't actually build.
build: off
Expand Down

0 comments on commit 7ad10cd

Please sign in to comment.