This is an automated email from the ASF dual-hosted git repository. alexkli pushed a commit to branch remove-node-8 in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git
commit 2cdb19c391c45897f16416fb466461b9f493d1f6 Author: Alexander Klimetschek <[email protected]> AuthorDate: Tue Mar 31 01:28:09 2020 -0700 remove node 8 in travis as we don't really support it and it keeps failing fsevents tests --- .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
