diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:42:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-17 18:49:08 +0300 |
commit | e5d7337d7c5a1579006dba5b170184078f8f8ea0 (patch) | |
tree | 3c64121e268d431d80c47b55c3d92720ee6854f0 /.appveyor.yml | |
parent | fix .clang-format (diff) | |
download | math-server-e5d7337d7c5a1579006dba5b170184078f8f8ea0.tar.gz math-server-e5d7337d7c5a1579006dba5b170184078f8f8ea0.zip |
AppVeyor: reorder images, VS 2019 first
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 d7b398f..53f5e31 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,8 +1,8 @@ version: '{build}' image: - - Visual Studio 2017 - Visual Studio 2019 + - Visual Studio 2017 environment: python_exe: C:\Python36-x64\python.exe |