diff options
author | Stuart Preston <stuart@chef.io> | 2018-03-07 21:26:04 -0800 |
---|---|---|
committer | Stuart Preston <stuart@chef.io> | 2018-03-07 21:26:04 -0800 |
commit | 1476ad5667bf57175d58b7ac8814a5a1eec976ae (patch) | |
tree | 4c6784e0f0c6b8eb1e47e5287dd5fbfcc1b22f65 /appveyor.yml | |
parent | 74969239d5ab1a7a09cb69d2efdabbdad1ec5b5f (diff) | |
download | chef-1476ad5667bf57175d58b7ac8814a5a1eec976ae.tar.gz |
Adding modifications to appveyor.yml for testing
Signed-off-by: Stuart Preston <stuart@chef.io>
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index ddc6009bf8..19b127fa98 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -23,6 +23,7 @@ branches: install: - systeminfo - winrm quickconfig -q + - regedit /s c:\projects\chef\appveyor_registry.reg - SET PATH=C:\Ruby%ruby_version%\bin;%PATH% - echo %PATH% - appveyor DownloadFile http://curl.haxx.se/ca/cacert.pem -FileName C:\cacert.pem |