build(travis): bump node version to 4.1.1 and npm to 2.14.5

This commit is contained in:
Igor Minar 2015-09-25 15:21:42 -07:00
parent 9f688d314f
commit fc764b42f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
language: node_js language: node_js
sudo: false sudo: false
node_js: node_js:
- '0.12' - '4.1.1'
branches: branches:
except: except:
@ -63,7 +63,7 @@ before_install:
install: install:
# Update npm # Update npm
- npm install -g npm@2.9.1 - npm install -g npm@2.14.5
- npm --version - npm --version
# Check the size of caches # Check the size of caches
- du -sh ./node_modules || true - du -sh ./node_modules || true