appveyor: forgot to add 'run'

This commit is contained in:
JP Richardson 2015-06-17 07:38:29 -05:00
parent 958af1ded3
commit fb2a7ba94d

View File

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