From 0ef2310f67f0c0b4ba3e6ad86d8138440af30d67 Mon Sep 17 00:00:00 2001 From: costan Date: Tue, 4 Sep 2018 09:15:30 -0700 Subject: [PATCH] Remove GCC on OSX from the Travis CI matrix. Equivalent of https://github.com/google/snappy/commit/db082d2cd6512981c28849d00dd47a4216768e10 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=211467181 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5999274..fd7b52d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,13 @@ env: - BUILD_TYPE=Debug - BUILD_TYPE=RelWithDebInfo +matrix: + exclude: + # GCC fails on recent Travis OSX images. + # https://github.com/travis-ci/travis-ci/issues/9640 + - compiler: gcc + os: osx + addons: apt: # List of whitelisted in travis packages for ubuntu-trusty can be found here: