You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/08/10 16:42:17 UTC

[cordova-windows] branch master updated: CB-14075: (windows) Remove Node 4 from CI - cordova-windows (#289)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4a1ae0c  CB-14075: (windows) Remove Node 4 from CI - cordova-windows (#289)
4a1ae0c is described below

commit 4a1ae0cc9122edb279e347271c6ecc6bc0407ab8
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Aug 11 01:42:15 2018 +0900

    CB-14075: (windows) Remove Node 4 from CI - cordova-windows (#289)
---
 .travis.yml  | 18 ++++++++++++------
 appveyor.yml |  6 ------
 package.json |  4 ++++
 3 files changed, 16 insertions(+), 12 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 119ba5e..7e44fef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,15 +1,21 @@
 language: node_js
 sudo: false
+
 git:
   depth: 10
+
 node_js:
-  - "4"
   - "6"
+  - "8"
+  - "10"
+
 install:
-    - npm install
-    - npm install -g codecov
+  - npm install
+  - npm install -g codecov
+
 script:
-    - npm run eslint
-    - npm run cover
+  - npm run eslint
+  - npm run cover
+
 after_script:
-    - codecov
+  - codecov
diff --git a/appveyor.yml b/appveyor.yml
index 3eb6194..94a8d4c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -31,12 +31,6 @@ environment:
     - nodejs_version: "6"
       APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
 
-    - nodejs_version: "4"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
-
-    - nodejs_version: "4"
-      APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
-
 matrix:
   allow_failures:
     - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
diff --git a/package.json b/package.json
index 42d8768..eb3c9aa 100644
--- a/package.json
+++ b/package.json
@@ -45,6 +45,10 @@
     "jasmine": "^2.99.0",
     "rewire": "^2.5.1"
   },
+  "engines": {
+    "node": ">=6.0.0"
+  },
+  "engineStrict": true,
   "bundledDependencies": [
     "cordova-common",
     "elementtree",


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