projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25642ad
)
.travis.yml: switch to newer osx image.
author
Andy Polyakov
<appro@openssl.org>
Sun, 22 Apr 2018 19:14:15 +0000
(21:14 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 23 Apr 2018 15:16:27 +0000
(17:16 +0200)
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@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5986)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index bd9d8f8f62353e37174dbafa2adcb28d9d1b87fb..33c3751a32fc1cff501e023101253617db6a85d7 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,6
+1,8
@@
dist: trusty
sudo: required
+osx_image: xcode9.3
+
language: c
cache: ccache
git: