diff options
author | Bryan McLellan <btm@loftninjas.org> | 2017-07-14 12:36:51 -0400 |
---|---|---|
committer | Bryan McLellan <btm@loftninjas.org> | 2017-07-17 15:10:51 -0400 |
commit | 988da16a950dad2ccff7284959ed21b92b6b4f95 (patch) | |
tree | cd5e52172edbbc2e154a6504e65c09dea9dbc4fe /appveyor.yml | |
parent | 499f2f4f524eb699e66eed792e2db61b3cbde1a0 (diff) | |
download | chef-988da16a950dad2ccff7284959ed21b92b6b4f95.tar.gz |
Use the previous VS 2015 image in appveyor instead of 2013
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 87395a4c55..fb180ded5a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,6 @@ version: "master-{build}" -os: Previous Visual Studio 2013 +os: Previous Visual Studio 2015 platform: - x64 |