diff --git a/.travis.yml b/.travis.yml index 1b2302f05af..4e1736d7e8f 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