From: Andy Polyakov Date: Sun, 19 Feb 2017 10:16:21 +0000 (+0100) Subject: .travis.yml: remove osx from build matrix. X-Git-Tag: OpenSSL_1_0_2l~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91a9ad5356fe13d65701231ff9601e8df60ca925;p=openssl .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 (cherry picked from commit e12e903e9ac675d08f9dd0db1f0c1a2049232c21) --- diff --git a/.travis.yml b/.travis.yml index 995e51771a..e5b821787c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,6 @@ addons: os: - linux - - osx compiler: - clang