From cdda133bd07afaef7d736a7c30dc440b57d20d9a Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Mon, 26 Nov 2018 12:09:02 -0800 Subject: [PATCH] attempt to fix osx travis build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1f82172c..97d8f77d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,6 +30,7 @@ before_install: PIP=pip PY=python if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then + sudo softwareupdate -i "Command Line Tools (macOS High Sierra version 10.13) for Xcode-9.3" brew update brew install gcc PIP=pip2