1
0
mirror of synced 2025-11-08 12:57:47 +00:00

ci(npm): cache node modules in each CI config

This commit is contained in:
Jason Dreyzehner
2018-03-20 22:08:01 -04:00
parent 58269703c5
commit 07f7a3648b
3 changed files with 9 additions and 2 deletions

View File

@@ -3,6 +3,10 @@ language: node_js
node_js:
- 8
- 9
# keep the npm cache to speed up installs
cache:
directories:
- "$HOME/.npm"
after_success:
- npx nyc report --reporter=lcov | npx codecov
- npm run cov:check