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