From dbf9a33c433dedacbb6e0bc22f7aa87e27af2966 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 12 Feb 2016 11:45:44 +0100 Subject: [PATCH] .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 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.25.1