summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortyler-ball <tyleraball@gmail.com>2015-04-15 12:32:54 -0700
committertyler-ball <tyleraball@gmail.com>2015-08-27 11:22:26 -0600
commita469a44a0b08730e2c0db46e0711133577f9f530 (patch)
tree4d3303d4f6fee3ad2181eca4662f2932b5056408
parent096f4511f8418b6544ab02f30c0c23eba67bd964 (diff)
downloadchef-tball/win_ruby.tar.gz
Updating appveyor to test against Ruby 2.1.5 because we're building ChefDK with that embedded for Windowstball/win_ruby
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 06448e2be2..86c801cbe4 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,7 @@ platform:
environment:
matrix:
- ruby_version: "200"
+ - ruby_version: "21"
clone_folder: c:\projects\chef
clone_depth: 1
@@ -19,6 +20,8 @@ branches:
cache:
- C:\Ruby200\lib\ruby\gems\2.0.0
- C:\Ruby200\bin
+ - C:\Ruby21\lib\ruby\gems\2.0.0
+ - C:\Ruby21\bin
install:
- winrm quickconfig -q