Remove chatty npm update from lodash-cli in travis.

This commit is contained in:
John-David Dalton
2016-08-08 23:58:55 -07:00
parent a3bf0e8888
commit 93a047e77c

View File

@@ -81,8 +81,7 @@ before_install:
# Restore lodash-cli.
- "git clone --depth=10 --branch=master git://github.com/lodash/lodash-cli ./node_modules/lodash-cli"
- "mv ./tmp/lodash-cli/node_modules ./node_modules/lodash-cli/node_modules || true"
- "cd ./node_modules/lodash-cli"
- "npm prune && npm update"
- "cd ./node_modules/lodash-cli && npm prune"
- "mkdir -p ./node_modules/lodash && cd $_ && cp ../../../../lodash.js ./lodash.js && cp ../../../../package.json ./package.json"
- "cd ../../ && rm -rf .git && npm i --production && cd ../../"