mirror of https://github.com/google/snappy.git
Remove GCC on OSX from the Travis CI matrix.
This commit is contained in:
parent
ad82620f6f
commit
db082d2cd6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue