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