From f531c66215f04fddc390b59cfbd88ca9549b702c Mon Sep 17 00:00:00 2001 From: adlawson Date: Sun, 19 Mar 2017 14:35:19 +0000 Subject: [PATCH] Test on latest node versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a210ea8..4146e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: node_js -node_js: ["0.11", "0.10", "0.8", "0.6"] +node_js: ["7", "6", "4", "0.11", "0.10", "0.8", "0.6"] install: npm install script: npm test