Removed update-npm task

This commit is contained in:
euvl
2017-08-22 12:10:36 +01:00
parent 074b191c02
commit 9f857ea80b

View File

@@ -8,9 +8,9 @@ jobs:
steps:
- checkout
- run:
name: update-npm
command: 'sudo npm install -g npm@latest'
# - run:
# name: update-npm
# command: 'sudo npm install -g npm@latest'
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}