UNPKG

516 BYAMLView Raw
1language: node_js
2sudo: false
3git:
4 depth: 10
5node_js:
6 - "0.10"
7# getting cordova tools dependencies from github
8# to make sure we're using their latest versions
9install:
10 - cd ..
11 - git clone https://github.com/apache/cordova-js --depth 10
12 - cd cordova-js
13 - npm install
14 - npm link
15 - cd ..
16 - git clone https://github.com/apache/cordova-lib --depth 10
17 - cd cordova-lib/cordova-lib
18 - npm link cordova-js
19 - npm install
20 - npm link
21 - cd ../../cordova-cli
22 - npm link cordova-lib
23 - npm install