diff options
author | Bryan McLellan <btm@loftninjas.org> | 2017-07-22 16:01:23 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-07-23 07:31:46 -0400 |
commit | 86eaaf533993c4c67a217aa711733985ddcc73d6 (patch) | |
tree | 7ca4344484b420ee09e75c357e2cc4f058b45fbc /appveyor.yml | |
parent | ec5e2900158d247197b0336b494303cbfae002cd (diff) | |
download | chef-86eaaf533993c4c67a217aa711733985ddcc73d6.tar.gz |
Switch to current VS 2015 Appveyor Image
@FeodorFitsner reports that https://github.com/appveyor/ci/issues/1657 has
been fixed for the VS 2015 images.
Signed-off-by: Bryan McLellan <btm@loftninjas.org>
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 fb180ded5a..b2ea429556 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: "master-{build}" -os: Previous Visual Studio 2015 +os: Visual Studio 2015 platform: - x64 |