Repository: cordova-create
Updated Branches:
  refs/heads/master 660056966 -> 09b8c926c


CB-12666 - Remove node 0.x testing. Cleaned up testing use of v4 and v6 of node

 This closes #5


Project: http://git-wip-us.apache.org/repos/asf/cordova-create/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-create/commit/09b8c926
Tree: http://git-wip-us.apache.org/repos/asf/cordova-create/tree/09b8c926
Diff: http://git-wip-us.apache.org/repos/asf/cordova-create/diff/09b8c926

Branch: refs/heads/master
Commit: 09b8c926cbfcce7f364536cefd8a7bc99a989ea8
Parents: 6600569
Author: Shazron Abdullah <shaz...@gmail.com>
Authored: Mon Apr 17 22:40:44 2017 -0700
Committer: Shazron Abdullah <shaz...@gmail.com>
Committed: Mon Apr 17 22:44:23 2017 -0700

----------------------------------------------------------------------
 .travis.yml  | 7 ++-----
 appveyor.yml | 6 ++++++
 2 files changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-create/blob/09b8c926/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 7aac204..b6aaaaa 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,8 @@
 language: node_js
 sudo: false
 node_js:
-  - "0.10"
-  - "0.12"
-  - "4.2"
-  - "5.4"
-  - "6.0"
+  - "4"
+  - "6"
 install: 
     - npm install
 script:

http://git-wip-us.apache.org/repos/asf/cordova-create/blob/09b8c926/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index c9b8cf9..85fd6a5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,7 +1,13 @@
 # appveyor file
 # http://www.appveyor.com/docs/appveyor-yml
 
+environment:
+  matrix:
+  - nodejs_version: "4"
+  - nodejs_version: "6"
+
 install:
+  - ps: Install-Product node $env:nodejs_version
   - npm install
 
 build: off


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

Reply via email to