Update appveyor.yml.

Use variables for cache items.
This commit is contained in:
XhmikosR 2015-03-13 17:15:28 +02:00
parent 02567c13b3
commit 0e7a8ef16a

View File

@ -32,6 +32,6 @@ 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
- '%APPDATA%\npm\node_modules -> package.json' # global npm modules
- '%APPDATA%\npm-cache -> package.json' # npm cache
- 'node_modules -> package.json' # local npm modules