mirror of https://github.com/openssl/openssl.git
.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:
parent
cdfb7809b6
commit
91a9ad5356
|
|
@ -7,7 +7,6 @@ addons:
|
|||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
|
|
|||
Loading…
Reference in New Issue