diff options
-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% |