From 6b16c50d1d514a814f2e5b8cf2a829ff23dbba63 Mon Sep 17 00:00:00 2001 From: Ben Frederickson Date: Mon, 26 Nov 2018 12:21:42 -0800 Subject: [PATCH] another attempt at fixing osx build --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 97d8f77d..9e736bb6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,9 +30,6 @@ 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 PY=python2 if [ "${PYTHON:0:1}" = "3" ]; then