Uninstalling oclint in Travis CI config to fix HomeBrew upgrade of gcc (triggered by upgrading Python)

This commit is contained in:
Yannick Jadoul
2018-10-27 19:22:53 +02:00
parent 56973d34df
commit c43f1b6e3d
+1
View File
@@ -25,6 +25,7 @@ matrix:
env: PYTHON=python3
before_install:
- brew update
- brew cask uninstall oclint # Workaround for upgrading gcc, see https://github.com/travis-ci/travis-ci/issues/8826
- brew outdated python || brew upgrade python
install: $PYTHON -m pip install -r requirements-dev.txt