From da67a88dd55307fb4e2d4aed6b816e709a2770a0 Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Thu, 9 Jun 2016 13:57:48 -0400 Subject: [PATCH] Update travis.yml to node_js 4 from iojs-v2.3.4 (#1) --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c36fb3c..3b79a1d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,16 @@ language: node_js node_js: - - 'iojs-v2.3.4' + - 4 before_install: - npm install -g npm@3 - npm config set loglevel error - npm config -g list -l - npm --version script: npm run-script ci -cache: - directories: - - node_modules +# Disable cache to force travis to use node_js ver 4 +#cache: +# directories: +# - node_modules # Post build notifications to the Integrations Flowdock notifications: flowdock: e3dc17bc8a2c1b3412abe3e5747f8291