Skip to content

Commit

Permalink
.travis.yml: switch to newer osx image.
Browse files Browse the repository at this point in the history
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 <[email protected]>
(Merged from openssl#5986)
  • Loading branch information
Andy Polyakov committed Apr 23, 2018
1 parent 25642ad commit 46cc9f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
dist: trusty
sudo: required

osx_image: xcode9.3

language: c
cache: ccache
git:
Expand Down

0 comments on commit 46cc9f3

Please sign in to comment.