You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/12/19 19:28:28 UTC

[cordova-node-xcode] branch master updated: drop support for Node.js pre-6.0 (#29)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-node-xcode.git


The following commit(s) were added to refs/heads/master by this push:
     new b396eb0  drop support for Node.js pre-6.0 (#29)
b396eb0 is described below

commit b396eb09f769773ed444a819b50186ebc928aa7e
Author: Laurin Quast <la...@googlemail.com>
AuthorDate: Wed Dec 19 20:28:24 2018 +0100

    drop support for Node.js pre-6.0 (#29)
    
    * chore: remove node versions prior to 6 from travis build
    
    * chore: bump node engine to lowest LTS version
    
    * chore: remove redundant console output
    
    resolves #17
---
 .travis.yml  | 7 -------
 package.json | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index c5cdcf5..14a176e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,10 +5,6 @@ git:
   depth: 10
 
 node_js:
-  - 0.8
-  - 0.10
-  - 0.12
-  - 4
   - 6
   - 8
   - 10
@@ -17,10 +13,7 @@ install:
   - nvm --version
   - node --version
   - npm --version
-  - 'if [ "${TRAVIS_NODE_VERSION}" = "0.8" ] ; then nvm install --latest-npm 0.8 ; fi'
   - npm install
-  - node --version
-  - npm --version
 
 script:
   - npm test
diff --git a/package.json b/package.json
index c335e35..10a2fb7 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     "url": "https://github.com/apache/cordova-node-xcode.git"
   },
   "engines": {
-    "node": ">=0.6.7"
+    "node": ">=6.0.0"
   },
   "dependencies": {
     "simple-plist": "^0.2.1",


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