blob: dddec7ffb666f21c8663777e5d69a37e882f439d [file] [log] [blame]
# appveyor file
# http://www.appveyor.com/docs/appveyor-yml
install:
- cd ..
- git clone https://github.com/apache/cordova-android --depth 10
- git clone https://github.com/apache/cordova-ios --depth 10
- git clone https://github.com/apache/cordova-blackberry --depth 10
- git clone https://github.com/apache/cordova-windows --depth 10
- git clone https://github.com/apache/cordova-wp8 --depth 10
- git clone https://github.com/apache/cordova-ubuntu --depth 10
- git clone https://github.com/apache/cordova-browser --depth 10
- git clone https://github.com/apache/cordova-amazon-fireos --depth 10
- git clone https://github.com/apache/cordova-webos --depth 10
- cd cordova-js
- npm install
build: off
test_script:
- node --version
- npm --version
- npm test