From 5a19998532c8bc21d233b0ce822ae1ea9792a4c0 Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Mon, 18 Jul 2016 11:17:14 -0700 Subject: [PATCH] test on both node 4/npm 2 and node 6/npm 3 --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6773b678..742e1ad7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ --- language: node_js -node_js: 4 +node_js: + - 4 + - 6 cache: directories: - global-cli/node_modules