mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Disabe brew python upgrade since it is failing for some reason on Travis
This commit is contained in:
@@ -106,7 +106,7 @@ install: |
|
|||||||
if [[ "$TRAVIS_OS_NAME" == 'osx' ]]; then
|
if [[ "$TRAVIS_OS_NAME" == 'osx' ]]; then
|
||||||
if [[ "$USE_BREW" == "1" ]]; then
|
if [[ "$USE_BREW" == "1" ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew upgrade python;
|
# brew upgrade python;
|
||||||
brew install harfbuzz --without-graphite2 --without-icu4c --without-freetype;
|
brew install harfbuzz --without-graphite2 --without-icu4c --without-freetype;
|
||||||
brew install imagemagick
|
brew install imagemagick
|
||||||
brew install optipng
|
brew install optipng
|
||||||
|
|||||||
Reference in New Issue
Block a user