You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/09/28 07:25:08 UTC

cordova-cli git commit: CB-11913- Update travis.yml and appveyor.yml for nodes 0.12, 4, 6

Repository: cordova-cli
Updated Branches:
  refs/heads/master ddd828f49 -> 3aabffbbb


CB-11913- Update travis.yml and appveyor.yml for nodes 0.12, 4, 6

 This closes #261


Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/3aabffbb
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/3aabffbb
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/3aabffbb

Branch: refs/heads/master
Commit: 3aabffbbb8234bf099282518b33900c9713d86a3
Parents: ddd828f
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Sep 27 13:10:14 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Wed Sep 28 00:24:31 2016 -0700

----------------------------------------------------------------------
 .travis.yml  | 11 +++++------
 appveyor.yml | 18 ++++++++++--------
 2 files changed, 15 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3aabffbb/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0a36dbe..ec19675 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,10 @@ git:
   depth: 10
 node_js:
   - "0.10"
+  - "0.12"
+  - "4"
+  - "6"
+
 # getting cordova tools dependencies from github
 # to make sure we're using their latest versions
 install:
@@ -15,14 +19,9 @@ install:
   - 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 cordova-js
   - npm link
   - cd ../../cordova-cli
   - npm link cordova-lib
-  - npm link cordova-common
   - npm install

http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/3aabffbb/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 820e3d2..09c27fa 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,6 +1,13 @@
 # appveyor file
 # http://www.appveyor.com/docs/appveyor-yml
 
+environment:
+  matrix:
+  - nodejs_version: "0.10"
+  - nodejs_version: "0.12"
+  - nodejs_version: "4"
+  - nodejs_version: "6"
+
 # getting cordova tools dependencies from github
 # to make sure we're using their latest versions
 install:
@@ -11,17 +18,12 @@ 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-lib/cordova-lib
   - npm install
+  - npm link cordova-js
   - npm link
-  - (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
-  - cd ..\..\cordova-cli
+  - cd ../../cordova-cli
   - npm link cordova-lib
-  - npm link cordova-common
   - npm install
 
 build: off


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org