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

This reverts commit c43f1b6e3d.
This commit is contained in:
Yannick Jadoul
2018-11-29 23:37:04 +01:00
parent b9a296324d
commit 481b1cb060
-1
View File
@@ -25,7 +25,6 @@ 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