.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:23:52 +0000 (23:23 +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 24f62dd5d45364db44de8befdcec83833b53d7d5..cb6066d26d4e71a286e6937f0b190fac48b6ccf7 100644 (file)
@@ -21,7 +21,6 @@ addons:
 
 os:
     - linux
-    - osx
 
 compiler:
     - clang