blob: 9e029be8c6bde349a19016c81acf06f848952bcc [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
install:
- cd ..
- git clone https://github.com/apache/cordova-js --depth 10
- cd cordova-js
- npm install
- npm link
- cd ..\cordova-lib\cordova-lib
- npm link cordova-js
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test