From 536a4735266a7f56c205be4c6cafaa6adf81f480 Mon Sep 17 00:00:00 2001 From: Simone Primarosa Date: Tue, 11 Jul 2017 22:34:59 +0200 Subject: [PATCH] fix: add node 7-8 travis support (#1405) --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a291295bf..b186a7b03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ language: node_js node_js: - "4" - "6" + - "7" + - "8" - "stable" notifications: webhooks: