From c43f1b6e3d8ff56ef0c22b73046da275b3cab121 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Sat, 27 Oct 2018 19:22:53 +0200 Subject: [PATCH] Uninstalling oclint in Travis CI config to fix HomeBrew upgrade of gcc (triggered by upgrading Python) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a38e2362..69fc8d6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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