From 542c6e885c141cf57bd9318e9f92ce5473e24c0a Mon Sep 17 00:00:00 2001 From: loay Date: Wed, 30 Aug 2017 09:27:05 -0400 Subject: [PATCH] Add node8 support for travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8721eae8..37bac7de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ language: node_js node_js: - "4" - "6" + - "8" after_success: npm run coverage