From 90ba8c6077af16d111569b2fb015fda4b9094e37 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 29 Aug 2016 16:23:03 -0400 Subject: [PATCH] update travis.yml supported node version, closes #4956 (#4995) --- .travis.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index ffd3716c2a..b9d77e9558 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,11 +19,10 @@ addons: packages: - g++-4.8 node_js: - - "4.2" - - "4.1" - - "4.0" - - "0.11" - - "0.10" + - "iojs" + - "6" + - "5" + - "4" branches: only: - master \ No newline at end of file