Remove npm update —dev from travis.

This commit is contained in:
John-David Dalton
2016-08-09 18:17:59 -07:00
parent 6071982dd9
commit 389f5790a7

View File

@@ -76,7 +76,7 @@ before_install:
# Move lodash-cli node_modules before pruning.
- "mkdir -p ./tmp/lodash-cli/node_modules"
- "mv ./node_modules/lodash-cli/node_modules ./tmp/lodash-cli/node_modules || true"
- "npm prune && npm update --dev"
- "npm prune"
# Restore lodash-cli.
- "git clone --depth=10 --branch=master git://github.com/lodash/lodash-cli ./node_modules/lodash-cli"