From: Andy Polyakov Date: Sun, 22 Apr 2018 19:14:15 +0000 (+0200) Subject: .travis.yml: switch to newer osx image. X-Git-Tag: OpenSSL_1_1_1-pre6~61 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=46cc9f35ae98ade6c56f01351d72163049a4d5b1;p=oweals%2Fopenssl.git .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 (Merged from https://github.com/openssl/openssl/pull/5986) --- diff --git a/.travis.yml b/.travis.yml index bd9d8f8f62..33c3751a32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ dist: trusty sudo: required +osx_image: xcode9.3 + language: c cache: ccache git: