diff options
author | John Keiser <john@johnkeiser.com> | 2016-08-10 15:07:58 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2016-08-17 11:43:49 -0700 |
commit | 025b08922c3d3d1cd03082b3d6e826859861aa31 (patch) | |
tree | a0f88bfc473b23b7cd1e24a3fd9fd70634ec5bf5 /appveyor.yml | |
parent | 505a2baac3039b21ceb3fd815ccaeeba0321d1d8 (diff) | |
download | chef-025b08922c3d3d1cd03082b3d6e826859861aa31.tar.gz |
Use Ruby 2.3.1 in Travis and Appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8a348295da..831ecf67e5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,9 +6,8 @@ platform: environment: matrix: - # 21-x64 is failing right now - # - ruby_version: "21-x64" - - ruby_version: "21" + - ruby_version: "23-x64" + - ruby_version: "23" clone_folder: c:\projects\chef clone_depth: 1 |