From f24498c1e95e816889eb7a2f8b1062bbf15bed1b Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Tue, 11 Dec 2018 23:02:52 +0330 Subject: [PATCH] [ci] Fix Travis macOS bot ICU issue (#1472) --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c2db4ff01..3e77b2699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,10 @@ matrix: - brew update; # Workaround Travis/brew bug - brew uninstall libtool && brew install libtool - - brew install ragel freetype glib gobject-introspection cairo icu4c graphite2 || true - - brew link --force icu4c # icu4c is keg-only + - brew install ragel freetype glib gobject-introspection cairo graphite2 || true + - brew upgrade icu4c || true + - export PATH="/usr/local/opt/icu4c/sbin:/usr/local/opt/icu4c/bin:$PATH" + - export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig" script: - ./autogen.sh - ./configure $CONFIGURE_OPTS --with-coretext