Skip to content

Commit

Permalink
chore: cache node_modules (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored and bcoe committed Jun 26, 2018
1 parent 84f9d2b commit 26080ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,10 @@ os:

after_success: npm run coverage

cache:
directories:
- "node_modules"

node_js:
- "6"
- "8"
Expand Down
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -22,6 +22,9 @@ test_script:
- npm --version
- cmd: npm t

cache:
- node_modules

os:
- Default Azure

Expand Down

0 comments on commit 26080ba

Please sign in to comment.