Skip to content

Commit

Permalink
attempt to fix osx travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Nov 26, 2018
1 parent 3029545 commit cdda133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdda133

Please sign in to comment.