Add Appveyor cache support

This commit is contained in:
Juan Cruz Viotti 2015-08-28 08:22:26 -04:00
parent 41d6d5c670
commit 14be1d5f9f

View File

@ -4,6 +4,10 @@
init:
- git config --global core.autocrlf input
cache:
- C:\Users\appveyor\.node-gyp
- '%AppData%\npm-cache'
# what combinations to test
environment:
matrix: