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

Commit

Permalink
work around nodejs/node#751 for testing on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
hex7c0 committed Feb 8, 2015
1 parent 9bdc2f9 commit b752003
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 @@ -10,4 +10,5 @@ build: off
test_script:
- node --version
- npm --version
- npm test
- IF NOT %nodejs_version% == 1 npm test
- IF %nodejs_version% == 1 iojs node_modules\tap\bin\tap.js test.js

0 comments on commit b752003

Please sign in to comment.