From a92162132f2887a3c69c0a1ddb2881e11f7162fd Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Thu, 9 Jun 2016 11:59:23 -0400 Subject: [PATCH 1/2] Update travis.yml to node_js 4 from iojs-v2.3.4 --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5aea84c..2a05188 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,16 +1,17 @@ sudo: false 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 From 43114141501c13fc1f9864b03a4a99676e17b0ce Mon Sep 17 00:00:00 2001 From: Chris Shum Date: Fri, 10 Jun 2016 09:50:53 -0400 Subject: [PATCH 2/2] :arrow-up: appveyor.yml nodejs@4 --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 1da64e5..0457204 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -13,7 +13,7 @@ version: "{build}" # what combinations to test environment: matrix: - - nodejs_version: 0.10 + - nodejs_version: 4 # Get the stable version of node install: