[ 
https://issues.apache.org/jira/browse/CB-13501?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16225928#comment-16225928
 ] 

ASF GitHub Bot commented on CB-13501:
-------------------------------------

audreyso closed pull request #150: CB-13501 : added support for node 8
URL: https://github.com/apache/cordova-js/pull/150
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 406a75f9..e56b78ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ git:
 node_js:
   - "4"
   - "6"
+  - "8"
 install:
   - cd ..
   - git clone https://github.com/apache/cordova-android --depth 10
diff --git a/appveyor.yml b/appveyor.yml
index 911b4a7f..f44dffe4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -4,6 +4,7 @@ environment:
   matrix:
   - nodejs_version: "4"
   - nodejs_version: "6"
+  - nodejs_version: "8"
 
 install:
   - ps: Install-Product node $env:nodejs_version


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Update cordova repos to also use node 8
> ---------------------------------------
>
>                 Key: CB-13501
>                 URL: https://issues.apache.org/jira/browse/CB-13501
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-cli, cordova-common, cordova-fetch, cordova-serve
>    Affects Versions: cordova@7.1.0
>            Reporter: Audrey So
>
> Update cordova repos to also use node 8



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to