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

[openwhisk-wskdebug] branch master updated: remove node 8 in travis as we don't really support it and it keeps failing fsevents tests (#33)

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