cling travis: oclint is in the way for brew install gcc@7.
See https://github.com/travis-ci/travis-ci/issues/8826
This commit is contained in:
parent
58b6f65d2b
commit
e9c2cfcb61
@ -72,7 +72,8 @@ matrix:
|
||||
- os: osx
|
||||
env: COMPILER=g++-7 CCOMPILER=gcc-7
|
||||
before_install:
|
||||
brew install gcc@7
|
||||
brew cask uninstall oclint
|
||||
brew install --overwrite gcc@7
|
||||
|
||||
- os: linux
|
||||
env: COMPILER=g++-7 CCOMPILER=gcc-7
|
||||
|
Loading…
x
Reference in New Issue
Block a user