.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>
(cherry picked from commit e12e903e9a)
This commit is contained in:
Andy Polyakov 2017-02-19 11:16:21 +01:00
parent cdfb7809b6
commit 91a9ad5356
1 changed files with 0 additions and 1 deletions

View File

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