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

View File

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