From f25731a3606ff0972505eeb934477480019ffcd3 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 10 Apr 2018 00:51:57 +0430 Subject: [PATCH] [ci] Don't fail on brew warnings Not the best fix but it works and we don't care about brew warnings, so --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 69b09c183..83b479ee7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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