Remove GCC on OSX from the Travis CI matrix.

This commit is contained in:
costan 2018-08-16 10:17:06 -07:00 committed by Victor Costan
parent ad82620f6f
commit db082d2cd6
1 changed files with 5 additions and 3 deletions

View File

@ -18,9 +18,11 @@ env:
- BUILD_TYPE=RelWithDebInfo
matrix:
allow_failures:
- compiler: clang
env: BUILD_TYPE=RelWithDebInfo
exclude:
# GCC fails on recent Travis OSX images.
# https://github.com/travis-ci/travis-ci/issues/9640
- compiler: gcc
os: osx
addons:
apt: