未验证 提交 f25731a3 编写于 作者: E Ebrahim Byagowi 提交者: GitHub

[ci] Don't fail on brew warnings

Not the best fix but it works and we don't care about brew warnings, so
上级 58e569e5
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册