[openssl-commits] [openssl] master update

Kurt Roeckx kurt at openssl.org
Mon Mar 7 21:58:36 UTC 2016


The branch master has been updated
       via  53c6f12c1247b1e9444acd11ed85fd8afca01830 (commit)
      from  3720597107b957b48e4a57b503c56feb5bff653f (commit)


- Log -----------------------------------------------------------------
commit 53c6f12c1247b1e9444acd11ed85fd8afca01830
Author: Kurt Roeckx <kurt at roeckx.be>
Date:   Mon Mar 7 22:40:56 2016 +0100

    AppVeyor: Only use the latest VS version
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    
    GH: #811

-----------------------------------------------------------------------

Summary of changes:
 appveyor.yml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 8695359..dda4dba 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") {


More information about the openssl-commits mailing list