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

[openwhisk-wskdebug] branch master updated: add node 14 to travis build matrix

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git


The following commit(s) were added to refs/heads/master by this push:
     new 18464bf  add node 14 to travis build matrix
18464bf is described below

commit 18464bf03db13fea03d87ea7664309feaad7d315
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