From c3098d24371d1074a3be5b64f22bb163b4abdec8 Mon Sep 17 00:00:00 2001 From: Sergey Rubanov Date: Fri, 20 Jan 2017 18:07:32 +0300 Subject: [PATCH] Add Node 7 to CI (#5165) This reapplies this commit, as it was lost before --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 860922b1b5..7a74acbc31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ cache: directories: - node_modules node_js: + - '7' - '6' - '4'