diff options
author | Bryan McLellan <btm@loftninjas.org> | 2017-07-22 16:01:23 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-07-22 16:01:23 -0400 |
commit | 08ab3d9a258a7dd52b7742a560f4299efdde2846 (patch) | |
tree | 7ca4344484b420ee09e75c357e2cc4f058b45fbc | |
parent | ec5e2900158d247197b0336b494303cbfae002cd (diff) | |
download | chef-btm/appveyor-bump.tar.gz |
Switch to current VS 2015 Appveyor Imagebtm/appveyor-bump
@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>
-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 |