[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:
Ebrahim Byagowi 2018-04-10 00:51:57 +04:30 committed by GitHub
parent 58e569e5f7
commit f25731a360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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