Skip to content

Commit

Permalink
disable appveyor cache
Browse files Browse the repository at this point in the history
this disables appveyor cache otherwise npm will get stuck installing
  • Loading branch information
vladikoff committed Feb 11, 2016
1 parent bbd5d2d commit 3697088
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ build: off
matrix:
fast_finish: true
cache:
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
- C:\Users\appveyor\AppData\Roaming\npm-cache -> package.json # npm cache
- node_modules -> package.json # local npm modules

0 comments on commit 3697088

Please sign in to comment.