diff options
author | John Keiser <john@johnkeiser.com> | 2016-08-03 10:51:09 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-03 14:16:52 -0700 |
commit | 2458a737d6f97fefe60a97df66a1398004a39448 (patch) | |
tree | 76b669696d3958b780dbade634dfa8b0ebf6c235 /appveyor.yml | |
parent | 017f75f26b3db207d7909c6a2a7a1c36299e88f0 (diff) | |
download | chef-2458a737d6f97fefe60a97df66a1398004a39448.tar.gz |
Use Ruby 2.1.9, add 2.3 to the list of tested versionsjk/msys2
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7d89df1eb3..8a348295da 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,7 +7,7 @@ platform: environment: matrix: # 21-x64 is failing right now - #- ruby_version: "21-x64" + # - ruby_version: "21-x64" - ruby_version: "21" clone_folder: c:\projects\chef |