[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Andy Polyakov appro at openssl.org
Thu Feb 23 22:35:57 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  91a9ad5356fe13d65701231ff9601e8df60ca925 (commit)
      from  cdfb7809b6a365a0a7874afd8f8778c5c572f267 (commit)


- Log -----------------------------------------------------------------
commit 91a9ad5356fe13d65701231ff9601e8df60ca925
Author: Andy Polyakov <appro at openssl.org>
Date:   Sun Feb 19 11:16:21 2017 +0100

    .travis.yml: remove osx from build matrix.
    
    Travis OS X utilization and backlog statistics suggest that it became
    bottleneck for our integration builds with requests piling up for days
    during working days of the week. Suggestion is to remove osx till
    capacity is lesser issue.
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (cherry picked from commit e12e903e9ac675d08f9dd0db1f0c1a2049232c21)

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

Summary of changes:
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 995e517..e5b8217 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,6 @@ addons:
 
 os:
     - linux
-    - osx
 
 compiler:
     - clang


More information about the openssl-commits mailing list