From: Andy Polyakov Date: Fri, 12 Feb 2016 10:45:44 +0000 (+0100) Subject: .travis.yml: exclude gcc from MacOS X CI builds. X-Git-Tag: OpenSSL_1_1_0-pre3~57 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dbf9a33c433dedacbb6e0bc22f7aa87e27af2966;p=oweals%2Fopenssl.git .travis.yml: exclude gcc from MacOS X CI builds. Contemporary Xcode gcc is a front-end to clang, so that explicit gcc build is actually redundant on MacOS X. Reviewed-by: Richard Levitte --- diff --git a/.travis.yml b/.travis.yml index 8e365b3356..001180e811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,6 +51,8 @@ matrix: exclude: - os: osx compiler: clang-3.6 + - os: osx + compiler: gcc - os: osx compiler: gcc-5 - os: osx