Merge pull request #179 from resin-io/jviotti/appveyor/cache

Add Appveyor cache support
This commit is contained in:
Juan Cruz Viotti 2015-08-28 08:42:57 -04:00
commit a5c670902d

View File

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