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:
parent
b6f29b4448
commit
9fbb3adbe2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue