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 2021/10/19 18:01:36 UTC

[openwhisk-client-js] branch master updated: don't request nodejs 10 environment (#228)

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-client-js.git


The following commit(s) were added to refs/heads/master by this push:
     new 117cd4f  don't request nodejs 10 environment (#228)
117cd4f is described below

commit 117cd4f4d4a8f2dce207d779c56b3d75e86e7e75
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Tue Oct 19 14:00:56 2021 -0400

    don't request nodejs 10 environment (#228)
---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 006713b..e6b5b62 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,6 @@
 
 language: node_js
 node_js:
-- '10'
 - '12'
 - '14'
 sudo: required