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 05:11:09 UTC

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

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


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

commit be68c9f6d49aff85a5f7a52ffcbfd31d5b018a90
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sun Jul 21 14:11:04 2019 +0900

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

diff --git a/.travis.yml b/.travis.yml
index d5186e4..ba8e1e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,6 +12,8 @@ matrix:
       env: TRAVIS_NODE_VERSION=8
     - osx_image: xcode10.1
       env: TRAVIS_NODE_VERSION=10
+    - osx_image: xcode10.1
+      env: TRAVIS_NODE_VERSION=12
 
 before_install:
   - nvm install $TRAVIS_NODE_VERSION
diff --git a/appveyor.yml b/appveyor.yml
index 88c1e06..3d03f41 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,8 +1,9 @@
 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