You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by al...@apache.org on 2020/03/31 08:28:43 UTC

[openwhisk-wskdebug] 01/01: remove node 8 in travis as we don't really support it and it keeps failing fsevents tests

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 <ak...@adobe.com>
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