diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:36:29 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:36:29 +0300 |
commit | ffe7f76d5fa474787edf9273d69b3f5c3fe5ad85 (patch) | |
tree | e42288aa959e24ac76c80a04d1a4c494efa1a32d | |
parent | AppVeyor: disable VS 2013 builds for now (diff) | |
download | winapi-utf8-ffe7f76d5fa474787edf9273d69b3f5c3fe5ad85.tar.gz winapi-utf8-ffe7f76d5fa474787edf9273d69b3f5c3fe5ad85.zip |
AppVeyor: disable VS 2015 builds for now also
Diffstat (limited to '')
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 4a1f220..97b37f1 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,7 +2,7 @@ version: '{build}' image: #- Visual Studio 2013 - - Visual Studio 2015 + #- Visual Studio 2015 - Visual Studio 2017 - Visual Studio 2019 |