Skip to content

Commit

Permalink
Update Travis CI Cache (#5575)
Browse files Browse the repository at this point in the history
`prepare` causes `npm ci` to be used. `.npm` is the recommended cache directory. Should speed up build times.

https://docs.npmjs.com/cli/ci
  • Loading branch information
dplewis committed May 10, 2019
1 parent 8a543bf commit 4c996ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ branches:
- /^greenkeeper/.*$/
cache:
directories:
- node_modules
- "$HOME/.npm"
- "$HOME/.mongodb/versions"

# Test stage
Expand Down

0 comments on commit 4c996ba

Please sign in to comment.