[openssl-commits] [openssl] master update

Andy Polyakov appro at openssl.org
Mon Apr 23 15:17:43 UTC 2018


The branch master has been updated
       via  46cc9f35ae98ade6c56f01351d72163049a4d5b1 (commit)
      from  25642ad29e6a2c15c10ceb5e4f029638f73a879e (commit)


- Log -----------------------------------------------------------------
commit 46cc9f35ae98ade6c56f01351d72163049a4d5b1
Author: Andy Polyakov <appro at openssl.org>
Date:   Sun Apr 22 21:14:15 2018 +0200

    .travis.yml: switch to newer osx image.
    
    Default osx image runs Mac OS X 10.12, which apparently suffers from
    infrequent socket failures affecting some tests. Later image runs
    10.13...
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5986)

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

Summary of changes:
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index bd9d8f8..33c3751 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,8 @@
 dist: trusty
 sudo: required
 
+osx_image: xcode9.3
+
 language: c
 cache: ccache
 git:


More information about the openssl-commits mailing list