.travis.yml: remove osx from build matrix.
authorAndy Polyakov <appro@openssl.org>
Sun, 19 Feb 2017 10:16:21 +0000 (11:16 +0100)
committerAndy Polyakov <appro@openssl.org>
Thu, 23 Feb 2017 22:35:40 +0000 (23:35 +0100)
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 <levitte@openssl.org>
(cherry picked from commit e12e903e9ac675d08f9dd0db1f0c1a2049232c21)

.travis.yml

index 995e51771acb1357537fb0ed598e8ddc42cae08b..e5b821787cf07724707ee9d18c1ba2c88061d1ef 100644 (file)
@@ -7,7 +7,6 @@ addons:
 
 os:
     - linux
-    - osx
 
 compiler:
     - clang