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 <[email protected]> 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
