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

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

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

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 459273a..4592c3e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,6 +5,7 @@ git:
 node_js:
   - "4"
   - "6"
+  - "8"
 install:
   - npm install
   - npm install -g codecov
diff --git a/appveyor.yml b/appveyor.yml
index 94714f2..ffe5194 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,6 +5,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