[Travis] Remove node_modules from cache (#12467)

This commit is contained in:
Mac Siri 2021-01-28 16:21:03 -05:00 committed by GitHub
parent e81b562a11
commit e4eefb3db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,9 +5,7 @@ language: ruby
cache:
directories:
- vendor/bundle
- node_modules
- $HOME/.nvm
- ~/.cache # cache folder with Cypress binary
- ~/.cache
rvm:
- 2.7.2
addons: