blob: bf5b4422958ac73cbee492286e5deb748ef4f6a3 [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
nodejs_version: 0.10
install:
- npm install
build: off
test_script:
- node --version
- npm --version
- msbuild /version
- npm test