diff options
author | 2018-11-23 17:00:24 +0700 | |
---|---|---|
committer | 2018-11-23 17:00:24 +0700 | |
commit | 0ac5f76c95cfc36f8bcafcbf02b1327b864aa36d (patch) | |
tree | 1584d511aa0d69b05c875803e6ac8f75ea39676f /.appveyor.yml | |
parent | f997feb4b93b30746761c21509b7c95bd5df10e3 (diff) |
appveyor: another one (nw)
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 12cf5843554..18be18faf21 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,5 +1,8 @@ version: 1.0.{build} -image: Visual Studio 2017 Preview +image: + - Visual Studio 2017 + - Visual Studio 2017 Preview + - Previous Visual Studio 2017 shallow_clone: true clone_depth: 1 |