.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>
Sun, 19 Feb 2017 20:27:57 +0000 (21:27 +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>
.travis.yml

index 7b9e6711645050f83310c2853d02ca0eabb0f4ae..055b2f868e27da8fd33daf7e6577dbab1c5669db 100644 (file)
@@ -22,7 +22,6 @@ addons:
 
 os:
     - linux
 
 os:
     - linux
-    - osx
 
 compiler:
     - clang
 
 compiler:
     - clang