blob: e4e7a1c7fcb6dc6e98dad9b6492620170261c0ab [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
install:
- npm install cordova
- npm install
- npm link
build: off
test_script:
- node --version
- npm --version
- npm run test-appveyor