blob: 0a36dbe8e76c4cad66c8d2bb5c31cc5cbfc0cdc3 [file] [log] [blame]
language: node_js
sudo: false
git:
depth: 10
node_js:
- "0.10"
# getting cordova tools dependencies from github
# to make sure we're using their latest versions
install:
- cd ..
- git clone https://github.com/apache/cordova-js --depth 10
- cd cordova-js
- npm install
- npm link
- cd ..
- git clone https://github.com/apache/cordova-lib --depth 10
- cd cordova-lib/cordova-lib
- npm link cordova-js
- (cd ../cordova-common && npm install && npm link)
- npm link cordova-common
- (cd ../cordova-fetch && npm link cordova-common && npm install && npm link)
- npm link cordova-fetch
- npm install
- npm link
- cd ../../cordova-cli
- npm link cordova-lib
- npm link cordova-common
- npm install