From 40b07bf488b45298657f09881e8b36b498653b5e Mon Sep 17 00:00:00 2001 From: Hossam Fares Date: Mon, 17 Jul 2017 16:49:51 +0400 Subject: [PATCH] support for node 8 With `travis`, I'm getting this error: ``` warning fsevents@1.1.2: The platform "linux" is incompatible with this module. info "fsevents@1.1.2" is an optional dependency and failed compatibility check. Excluding it from installation. ``` --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 81a93a60f..f67366087 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: node_js sudo: false node_js: + - "8" - "5" - "4" - "0.12"