diff options
author | tyler-ball <tyleraball@gmail.com> | 2016-03-22 10:39:04 -0600 |
---|---|---|
committer | tyler-ball <tyleraball@gmail.com> | 2016-03-22 14:18:34 -0600 |
commit | 55d23ceb9ecee5b58ad8841dfa41f658f48738a4 (patch) | |
tree | 16799a9373b51ee98b41b91e9fa0820b1d52584c /appveyor.yml | |
parent | 72633ba8d42109419c619ba933a70ae2640ce83b (diff) | |
download | chef-55d23ceb9ecee5b58ad8841dfa41f658f48738a4.tar.gz |
We don't ship Ruby 2.0 with any omnibus packages anymore, stop testing it in appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index d5c9ae0433..d6459b6b96 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,8 @@ platform: environment: matrix: - - ruby_version: "200-x64" + # 21-x64 is failing right now + #- ruby_version: "21-x64" - ruby_version: "21" clone_folder: c:\projects\chef |