build(travis): bump npm version to 0.9.1

this is to remove the warning in logs and align the ci with our local environment
This commit is contained in:
Igor Minar 2015-05-15 16:17:28 -07:00
parent b6f29b4448
commit 9fbb3adbe2
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ before_install:
install:
# Update npm
- npm install -g npm@2.7.4
- npm install -g npm@2.9.1
- npm --version
# Check the size of caches
- du -sh ./node_modules || true