Skip to content

Commit

Permalink
Cache node_modules for faster AppVeyor builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Aug 3, 2015
1 parent a9bf4c6 commit 812de01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Expand Up @@ -10,6 +10,9 @@ install:
- ps: Install-Product node $env:nodejs_version
- npm install

cache:
- node_modules

build: off

before_test:
Expand Down

0 comments on commit 812de01

Please sign in to comment.