From 4c996baf721f798d0a1beacea54b11d3c5295f09 Mon Sep 17 00:00:00 2001 From: Diamond Lewis Date: Thu, 9 May 2019 22:04:40 -0500 Subject: [PATCH] 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 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fc9903e3..b7b4f00d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ branches: - /^greenkeeper/.*$/ cache: directories: - - node_modules + - "$HOME/.npm" - "$HOME/.mongodb/versions" # Test stage