blob: 8a8cd0fa6074b5dc4deeeff7e8e8fd9129aeb294 [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
install:
- npm install cordova
- npm install
- npm link
- cd ..
- git clone https://github.com/apache/cordova-plugin-test-framework
- cd cordova-paramedic
build: off
test_script:
- node --version
- npm --version
- npm run test-appveyor