From f31dedbef8a73a627f1a2c2361b342dce4844a1a Mon Sep 17 00:00:00 2001 From: joefitter Date: Mon, 6 Jun 2016 14:49:54 +0100 Subject: [PATCH] Use NPM@3 and node 4.4.2 and 5 * updated .travis.yml to check version of npm, install @3 if < 3 * run CI using node 4.4.2 and 5 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ed98f2..8b2f6cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,11 @@ language: node_js node_js: - "5" - - "4" - - "4.2" - - "0.12" + - "4.4.2" before_install: - rvm install 2.2.2 + - if [[ `npm -v` != 3* ]]; then npm i -g npm@3; fi services: - redis-server