You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/04/28 09:04:03 UTC

[openwhisk-wskdebug] branch travis-node-14 created (now 9103af0)

This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a change to branch travis-node-14
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git.


      at 9103af0  add node 14 to travis build matrix

This branch includes the following new commits:

     new 9103af0  add node 14 to travis build matrix

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[openwhisk-wskdebug] 01/01: add node 14 to travis build matrix

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a commit to branch travis-node-14
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git

commit 9103af0f21105da78ad9baed233f44d9613279b5
Author: Alexander Klimetschek <ak...@adobe.com>
AuthorDate: Tue Apr 28 02:03:31 2020 -0700

    add node 14 to travis build matrix
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index b40fadb..f2a7dbc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,7 @@ node_js:
   - 10
   - 12
   - 13
+  - 14
 services:
   - docker