forked from apache/cordova-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
28 lines (28 loc) · 733 Bytes
/
.travis.yml
File metadata and controls
28 lines (28 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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