From 592afff827ce2756383f72332c3b506ceed9ec86 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 26 Oct 2016 10:36:02 +0300 Subject: [PATCH] feature(travis) node_js: add 7 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 568b2097..ac14398b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js node_js: + - 7 - 6 - - 5 - 4 script: @@ -14,3 +14,4 @@ notifications: on_failure: change sudo: false +