brew's python3 handling seems to have changed
This commit is contained in:
parent
a571821f73
commit
0dfe101c0f
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ install: |
|
|||
if [[ "$TRAVIS_OS_NAME" == 'osx' ]]; then
|
||||
if [[ "$USE_BREW" == "1" ]]; then
|
||||
brew update;
|
||||
brew install python3;
|
||||
brew upgrade python;
|
||||
brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype;
|
||||
else
|
||||
mkdir -p $SW;
|
||||
|
|
|
|||
Loading…
Reference in a new issue