using windows command for appveyor

This commit is contained in:
SSMP 2016-10-05 23:14:44 -07:00
parent 8cbfe37e40
commit fdfb805440
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ test_script:
- node --version
- npm --version
# run tests
- npm test
- npm test-windows
# Don't actually build.
build: off