.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 <levitte@openssl.org>
This commit is contained in:
Andy Polyakov 2017-02-19 11:16:21 +01:00
parent 3aad8e1870
commit e12e903e9a

View File

@ -22,7 +22,6 @@ addons:
os:
- linux
- osx
compiler:
- clang