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/06/25 02:18:39 UTC

[cordova-js] branch master updated: Add Node.js 12 to CI Services (#199)

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


The following commit(s) were added to refs/heads/master by this push:
     new 4f6abd6  Add Node.js 12 to CI Services (#199)
4f6abd6 is described below

commit 4f6abd672e0362767fd4b6fe0b477b1e4c25e1e1
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Tue Jun 25 11:18:34 2019 +0900

    Add Node.js 12 to CI Services (#199)
---
 .travis.yml  | 5 +++--
 appveyor.yml | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 9e90abb..f73bcdf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,8 +4,9 @@ git:
   depth: 10
 
 node_js:
-  - "8"
-  - "10"
+  - 8
+  - 10
+  - 12
 
 install:
   - cd ..
diff --git a/appveyor.yml b/appveyor.yml
index 1b58170..9032c6b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,8 +2,9 @@
 # http://www.appveyor.com/docs/appveyor-yml
 environment:
   matrix:
-  - nodejs_version: "8"
-  - nodejs_version: "10"
+  - 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