From 680af5895010483a490116fbc7d07e1257b9cf22 Mon Sep 17 00:00:00 2001 From: Ray Speth Date: Wed, 7 Nov 2018 16:18:59 -0500 Subject: [PATCH] [CI] Fix a problem with Homebrew on Travis See travis-ci/travis-ci#8826 for details. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f68da306e..e5b061bbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ before_script: | echo TRAVIS_OS_NAME: $TRAVIS_OS_NAME if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update > /dev/null + brew cask uninstall oclint # See https://github.com/travis-ci/travis-ci/issues/8826 brew upgrade python # Installs Python 3 brew install scons # Install SCons which *should* use Python 3 pip3 install numpy cython # Install numpy and Cython for Python 3