From 3dfbed5bd1067e99f0085faf40d4162556cb6535 Mon Sep 17 00:00:00 2001 From: Kevin Qi Date: Fri, 13 Oct 2017 22:20:28 -0700 Subject: [PATCH] add node 7 to travis config --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fc50c44..fb95910 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: node_js node_js: - "4" - "6" + - "7" script: - npm run lint - npm test