From dbf9a33c433dedacbb6e0bc22f7aa87e27af2966 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Fri, 12 Feb 2016 11:45:44 +0100 Subject: .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(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 8e365b3..001180e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,8 @@ matrix: - os: osx compiler: clang-3.6 - os: osx + compiler: gcc + - os: osx compiler: gcc-5 - os: osx compiler: i686-w64-mingw32-gcc -- cgit v1.1