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