I'm trying to use bellow syntax:
cache:
bundler: true
directories:
- foldername/foldername/node_modules
After the build is done I see 11 MB of cache on the 'Cahes' page in Travis, but in real life node_modules is about 60 mb and I can't say that I have some perfomance improvment. Is it ok or maybe I'm doing something wrong?