diff options
author | danielsdeleo <dan@getchef.com> | 2015-05-20 12:00:24 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2015-05-20 12:00:24 -0700 |
commit | 1bd66e9383ecb70e218d2ce13aed2fff51d11ead (patch) | |
tree | 0ab18c43600651b87e14a2cd1bda734a6d3c72cb /appveyor.yml | |
parent | 61b3a817187fadf96a95ccfb58581be9f9199824 (diff) | |
download | chef-1bd66e9383ecb70e218d2ce13aed2fff51d11ead.tar.gz |
Enable caching of rubygems in appveyorappveyor-caching
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index a34695665e..47a755955d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,10 @@ branches: - master - 12-stable +cache: + - C:\Ruby200\lib\ruby\gems\2.0.0 + - C:\Ruby200\bin + install: - winrm quickconfig -q - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% |