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/11/28 22:28:16 UTC

[cordova-coho] branch master updated: CI testing fixes (#219)

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-coho.git


The following commit(s) were added to refs/heads/master by this push:
     new 17c2b43  CI testing fixes (#219)
17c2b43 is described below

commit 17c2b4386a3456714bfc16b34e21517e0651697d
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Wed Nov 28 17:28:12 2018 -0500

    CI testing fixes (#219)
    
    * Drop deprecated Node.js 4 support from CI testing
    * Add Node.js 10 to CI testing
    * .travis.yml add vertical spacing & newline at the end
---
 .travis.yml  | 6 ++++--
 appveyor.yml | 2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1b02074..29b0192 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,11 +1,13 @@
 language: node_js
 sudo: false
+
 node_js: 
-    - "4"
     - "6"
     - "8"
+    - "10"
 
 install: 
     - "npm install"
+
 script:
-    - "npm test"
\ No newline at end of file
+    - "npm test"
diff --git a/appveyor.yml b/appveyor.yml
index e3ddd70..f34dfbd 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,9 @@
 
 environment:
   matrix:
-  - nodejs_version: "4"
   - nodejs_version: "6"
   - nodejs_version: "8"
+  - nodejs_version: "10"
 
 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