Merge pull request #196 from DanielRuf/chore/cache-node_modules

chore: cache node_modules
This commit is contained in:
CJ Patoilo
2019-01-30 16:24:16 -03:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -17,3 +17,5 @@ matrix:
shallow_clone: true
clone_depth: 1
test_script: npm t
cache:
- node_modules

View File

@@ -4,3 +4,6 @@ node_js:
- 8
before_install:
- npm i -g npm@latest
cache:
directories:
- node_modules