UNPKG

316 BYAMLView Raw
1# appveyor file
2# http://www.appveyor.com/docs/appveyor-yml
3
4install:
5 - npm install cordova
6 - npm install
7 - npm link
8 - cd ..
9 - git clone https://github.com/apache/cordova-plugin-test-framework
10 - cd cordova-paramedic
11
12build: off
13
14test_script:
15 - node --version
16 - npm --version
17 - npm run test-appveyor
\No newline at end of file