summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@getchef.com>2015-05-20 12:00:24 -0700
committerThom May <thom@chef.io>2015-05-21 13:47:25 +0100
commit0693ce8b8ce1334de91547cc48f802603f43b231 (patch)
tree1c4b4cd58cbfed1c4f0cc64cad5f67475eeb1432
parent5636101a6da5feeb84fd4787155a8ae055fce7e9 (diff)
downloadchef-0693ce8b8ce1334de91547cc48f802603f43b231.tar.gz
Enable caching of rubygems in appveyor
-rw-r--r--appveyor.yml4
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%