From 1d9d5c6bc700ca5bdf0f14311bd7eee3ed034e3a Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Sat, 14 Nov 2015 21:32:28 +0000 Subject: [PATCH] Add node 5 to travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 812117a25..4d4ad32b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,10 +11,11 @@ addons: - gcc-4.8 matrix: allow_failures: - - node_js: "4" + - node_js: "5" before_install: - - npm install -g npm@~1.4.18 + - npm install -g npm@latest-2 node_js: + - "5" - "4" - "0.12" - "0.10"