From fc764b42f6fcc7686a917577b5b7de13e11bd750 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 25 Sep 2015 15:21:42 -0700 Subject: [PATCH] build(travis): bump node version to 4.1.1 and npm to 2.14.5 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5b7ba42c16..873061610e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: node_js sudo: false node_js: -- '0.12' +- '4.1.1' branches: except: @@ -63,7 +63,7 @@ before_install: install: # Update npm - - npm install -g npm@2.9.1 + - npm install -g npm@2.14.5 - npm --version # Check the size of caches - du -sh ./node_modules || true