Skip to content

Commit 4c996ba

Browse files
authored
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
1 parent 8a543bf commit 4c996ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ branches:
1818
- /^greenkeeper/.*$/
1919
cache:
2020
directories:
21-
- node_modules
21+
- "$HOME/.npm"
2222
- "$HOME/.mongodb/versions"
2323

2424
# Test stage

0 commit comments

Comments
 (0)