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 2017/05/01 23:16:16 UTC

js commit: CB-12748 - Update CI to test node 4 and 6

Repository: cordova-js
Updated Branches:
  refs/heads/master 7c5fcc5a5 -> 7ef9f9c03


CB-12748 - Update CI to test node 4 and 6

 This closes #142


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/7ef9f9c0
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/7ef9f9c0
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/7ef9f9c0

Branch: refs/heads/master
Commit: 7ef9f9c03167a4dde4372d869472241b6816fee9
Parents: 7c5fcc5
Author: Shazron Abdullah <sh...@gmail.com>
Authored: Mon May 1 16:11:28 2017 -0700
Committer: Shazron Abdullah <sh...@gmail.com>
Committed: Mon May 1 16:16:10 2017 -0700

----------------------------------------------------------------------
 .travis.yml  | 4 ++--
 appveyor.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/7ef9f9c0/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 104ca31..406a75f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,8 @@ sudo: false
 git:
   depth: 10
 node_js:
-  - "0.10"
-  - "0.12"
+  - "4"
+  - "6"
 install:
   - cd ..
   - git clone https://github.com/apache/cordova-android --depth 10

http://git-wip-us.apache.org/repos/asf/cordova-js/blob/7ef9f9c0/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index dc23eec..911b4a7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,8 +2,8 @@
 # http://www.appveyor.com/docs/appveyor-yml
 environment:
   matrix:
-  - nodejs_version: "0.12"
-  - nodejs_version: "0.10"
+  - nodejs_version: "4"
+  - nodejs_version: "6"
 
 install:
   - ps: Install-Product node $env:nodejs_version


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