summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-06-06 19:34:54 -0700
committerTim Smith <tsmith@chef.io>2019-06-06 19:34:54 -0700
commit111b0d716776d8fd7b41bd76b74a736e3db91105 (patch)
tree07de1d4ec2a0210e3399c19c833c7d9541fcb579
parent2da2d788113f82ea5f7e0a4ce6b285bb591333fe (diff)
downloadmixlib-shellout-111b0d716776d8fd7b41bd76b74a736e3db91105.tar.gz
Enable caching and use the newer box in appveyor
Get onto a modern windows box Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--appveyor.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d332737..e029cd2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,9 +1,11 @@
version: "master-{build}"
-os: Windows Server 2012
+os: Windows Server 2012 R2
platform:
- x64
+cache:
+ - vendor/bundle
environment:
matrix:
- ruby_version: "23"