This is an automated email from the ASF dual-hosted git repository. rabbah 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 35cbe91 remove node 8 in travis as we don't really support it and it keeps failing fsevents tests (#33) 35cbe91 is described below commit 35cbe91ded991b467765bd39aa5faaec90450e34 Author: Alexander Klimetschek <aklim...@adobe.com> AuthorDate: Tue Mar 31 04:49:04 2020 -0700 remove node 8 in travis as we don't really support it and it keeps failing fsevents tests (#33) --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 39259be..b40fadb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,6 @@ language: node_js node_js: - - 8 - 10 - 12 - 13