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:56:24 UTC

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

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


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

commit e6e3bd51ee79e215ba7d3150716450b629c1b1b2
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sun Jul 21 13:56:19 2019 +0900

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

diff --git a/.travis.yml b/.travis.yml
index 7288544..a02d66a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,13 @@
 language: node_js
 sudo: false
 node_js:
-  - "6"
-  - "8"
-  - "10"
+  - 6
+  - 8
+  - 10
+  - 12
+
 install:
     - npm install
+
 script:
     - npm test
diff --git a/appveyor.yml b/appveyor.yml
index f34dfbd..4752c73 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,9 +3,10 @@
 
 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