diff options
author | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-09-10 12:53:43 -0700 |
---|---|---|
committer | Jay Mundrawala <jdmundrawala@gmail.com> | 2015-09-10 12:53:43 -0700 |
commit | 24c3a6002138e8440e67953019de720d451c9ec8 (patch) | |
tree | 31a081cd142f69607959aa29b8155f3096dcae9e /appveyor.yml | |
parent | 3751f8d4bca04834e4660be9319f0dd006b79454 (diff) | |
download | chef-24c3a6002138e8440e67953019de720d451c9ec8.tar.gz |
Remove unused things
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/appveyor.yml b/appveyor.yml index b168c4deee..7cc8fb631d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,9 +9,6 @@ environment: - ruby_version: "200" - ruby_version: "200-x64" - ruby_version: "21" - - ruby_version: "21-x64" - - ruby_version: "22" - - ruby_version: "22-x64" clone_folder: c:\projects\chef clone_depth: 1 @@ -20,20 +17,6 @@ branches: only: - master -cache: - - C:\Ruby200\lib\ruby\gems\2.0.0 - - C:\Ruby200\bin - - C:\Ruby200-x64\lib\ruby\gems\2.0.0 - - C:\Ruby200\bin - - C:\Ruby21\lib\ruby\gems\2.1.0 - - C:\Ruby21\bin - - C:\Ruby21-x64\lib\ruby\gems\2.1.0 - - C:\Ruby21\bin - - C:\Ruby22\lib\ruby\gems\2.2.0 - - C:\Ruby22\bin - - C:\Ruby22-x64\lib\ruby\gems\2.2.0 - - C:\Ruby22\bin - install: - systeminfo - winrm quickconfig -q |