Update Travis CI Cache (#5575)

`prepare` causes `npm ci` to be used. `.npm` is the recommended cache directory. Should speed up build times.

https://docs.npmjs.com/cli/ci
This commit is contained in:
Diamond Lewis
2019-05-09 22:04:40 -05:00
committed by GitHub
parent 8a543bfda4
commit 4c996baf72

View File

@@ -18,7 +18,7 @@ branches:
- /^greenkeeper/.*$/
cache:
directories:
- node_modules
- "$HOME/.npm"
- "$HOME/.mongodb/versions"
# Test stage