diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:45:07 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-04 12:45:07 +0300 |
commit | ce3a15ff81d234a9e5b541f6459ed91429e9d277 (patch) | |
tree | 41402345195bf9f18d7188ced691ba0b6a2a6b7a | |
parent | AppVeyor: re-enable VS 2017 builds (diff) | |
download | winapi-utf8-ce3a15ff81d234a9e5b541f6459ed91429e9d277.tar.gz winapi-utf8-ce3a15ff81d234a9e5b541f6459ed91429e9d277.zip |
AppVeyor: re-enable VS 2015 builds
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 97b37f1..4a1f220 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 |