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:42 UTC

[openwhisk-wskdebug] branch remove-node-8 created (now 2cdb19c)

This is an automated email from the ASF dual-hosted git repository.

alexkli pushed a change to branch remove-node-8
in repository https://gitbox.apache.org/repos/asf/openwhisk-wskdebug.git.


      at 2cdb19c  remove node 8 in travis as we don't really support it and it keeps failing fsevents tests

This branch includes the following new commits:

     new 2cdb19c  remove node 8 in travis as we don't really support it and it keeps failing fsevents tests

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by al...@apache.org.
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