Skip to content

Commit

Permalink
Remove npm update —dev from travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Aug 10, 2016
1 parent 6071982 commit 389f579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 389f579

Please sign in to comment.