From 3bf4f33510f4d72978bf71d6f94c3b8e9fb716cf Mon Sep 17 00:00:00 2001 From: Mac Siri Date: Tue, 5 Jan 2021 17:56:31 -0500 Subject: [PATCH] [Travis] Use directories cache for Bundle and Yarn (#12140) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9973d70d4..844612f84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: ruby cache: - bundler: true - npm: true directories: + - vendor/bundle + - node_modules - $HOME/.nvm - ~/.cache # cache folder with Cypress binary rvm: