diff options
author | Kurt Roeckx <kurt@roeckx.be> | 2016-03-07 22:40:56 +0100 |
---|---|---|
committer | Kurt Roeckx <kurt@roeckx.be> | 2016-03-07 22:58:10 +0100 |
commit | 53c6f12c1247b1e9444acd11ed85fd8afca01830 (patch) | |
tree | e1578daabb496c9f7436540208506af981606b50 /appveyor.yml | |
parent | Rename the numpipes argument to ssl3_enc/tls1_enc (diff) | |
download | openssl-53c6f12c1247b1e9444acd11ed85fd8afca01830.tar.xz openssl-53c6f12c1247b1e9444acd11ed85fd8afca01830.zip |
AppVeyor: Only use the latest VS version
Reviewed-by: Rich Salz <rsalz@openssl.org>
GH: #811
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8695359488..dda4dba3b9 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,25 +4,12 @@ platform: environment: matrix: - - VSVER: 9 - - VSVER: 10 - - VSVER: 11 - - VSVER: 12 - VSVER: 14 configuration: - plain - shared -matrix: - allow_failures: - - platform: x64 - VSVER: 9 - - platform: x64 - VSVER: 10 - - platform: x64 - VSVER: 11 - before_build: - ps: >- If ($env:Platform -Match "x86") { |