[Travis] Use directories cache for Bundle and Yarn (#12140)
This commit is contained in:
parent
a3de41f440
commit
3bf4f33510
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue