Skip to content

Commit

Permalink
ci: add cache for appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Nov 7, 2018
1 parent b5627f4 commit be9b171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ environment:
matrix:
- nodejs_version: '8'

cache:
- node_modules
- '%LOCALAPPDATA%/Yarn'

build: 'off'

matrix:
Expand Down

0 comments on commit be9b171

Please sign in to comment.