Merge pull request #196 from DanielRuf/chore/cache-node_modules
chore: cache node_modules
This commit is contained in:
commit
4aa4f64a36
@ -17,3 +17,5 @@ matrix:
|
||||
shallow_clone: true
|
||||
clone_depth: 1
|
||||
test_script: npm t
|
||||
cache:
|
||||
- node_modules
|
||||
|
@ -4,3 +4,6 @@ node_js:
|
||||
- 8
|
||||
before_install:
|
||||
- npm i -g npm@latest
|
||||
cache:
|
||||
directories:
|
||||
- node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user