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
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