Figure out how to properly use cache in Travis
Open
automation
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
We have a lot of caches building up, see https://travis-ci.com/humphd/next/caches and we're not really using them correctly.
From what I've been reading, I think we should be caching the `$HOME/.npm` dir vs. the `node_modules` dirs.
https://docs.travis-ci.com/user/caching/ has lots of good info.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.