From 9fbb3adbe21faee9e6501385884e79a0f4232a4c Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 15 May 2015 16:17:28 -0700 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1b2302f05a..4e1736d7e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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