mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 06:25:03 +00:00
[ci] Don't fail on brew warnings
Not the best fix but it works and we don't care about brew warnings, so
This commit is contained in:
parent
58e569e5f7
commit
f25731a360
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ matrix:
|
|||
- brew update;
|
||||
# Workaround Travis/brew bug
|
||||
- brew uninstall libtool && brew install libtool
|
||||
- brew install ragel freetype glib gobject-introspection cairo icu4c graphite2
|
||||
- brew install ragel freetype glib gobject-introspection cairo icu4c graphite2 || true
|
||||
- brew link --force icu4c # icu4c is keg-only
|
||||
script:
|
||||
- ./autogen.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue