Skip to content

Commit

Permalink
Update appveyor.yml.
Browse files Browse the repository at this point in the history
Use variables instead of hardcoded paths.
  • Loading branch information
XhmikosR committed Apr 13, 2015
1 parent 1797026 commit 3a95d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3a95d72

Please sign in to comment.