From 2ca1b5743018d01e14a481df4e2a9c753175198a Mon Sep 17 00:00:00 2001 From: Seth Bertalotto Date: Fri, 25 Nov 2016 06:40:33 -0800 Subject: [PATCH] Update node versions in travis (#613) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6e5919d..6e684fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: node_js node_js: - - "0.10" + - 7 + - 6 + - 4