You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2019/07/21 04:59:08 UTC

[cordova-cli] branch master updated: chore: add Node.js 12 to CI services (#430)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7c302ad  chore: add Node.js 12 to CI services (#430)
7c302ad is described below

commit 7c302ad4d610dda63bff7cfab873c972793adbef
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sun Jul 21 13:59:03 2019 +0900

    chore: add Node.js 12 to CI services (#430)
---
 .travis.yml  | 7 ++++---
 appveyor.yml | 7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4105e07..6e1447c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,9 +8,10 @@ cache:
     - $HOME/.npm
 
 node_js:
-  - "6"
-  - "8"
-  - "10"
+  - 6
+  - 8
+  - 10
+  - 12
 
 before_script:
   # Ensure that bin script actually runs on used Node.js version
diff --git a/appveyor.yml b/appveyor.yml
index f601739..bf13e43 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,9 +7,10 @@ cache:
 
 environment:
   matrix:
-    - nodejs_version: "6"
-    - nodejs_version: "8"
-    - nodejs_version: "10"
+    - nodejs_version: 6
+    - nodejs_version: 8
+    - nodejs_version: 10
+    - nodejs_version: 12
 
 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