From 259198fa976f37386c729bcaa0197957723c7990 Mon Sep 17 00:00:00 2001 From: Carlos Cuesta Date: Sun, 30 Oct 2016 20:25:26 +0100 Subject: [PATCH] :green_heart: Update .travis Add node v4 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6ec2a23..19cc1a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: node_js -node_js: 6 +node_js: +- 6 +- 4 install: - npm install --only=production cache: