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:
Axel Naumann 2018-06-12 21:03:30 +02:00 committed by sftnight
parent 58b6f65d2b
commit e9c2cfcb61

View File

@ -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