From 0239cceeda5eb0c42fee667988f00cfcdd34b029 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Wed, 29 Mar 2017 02:51:39 -0400 Subject: [PATCH] test node 7 in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7144afc..ecbe283 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: node_js node_js: + - "7" - "6" - "5" - "4"