From e0511a55d583225695990b3a8fcc4e4509e3ee0a Mon Sep 17 00:00:00 2001 From: David Majda Date: Thu, 8 Dec 2016 10:31:12 +0100 Subject: [PATCH] .travis.yml: Test also with Node.js 7.0.x --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ef7bf28..1f91f67 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ node_js: - "4.0" - "5.0" - "6.0" + - "7.0" before_script: - npm install -g gulp