From 9805d164d048f5bb27b855800302ea4bb7a02173 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 30 Jun 2018 18:34:27 +0530 Subject: [PATCH] Remove unknown flags from brew install for harfbuzz on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18621853b..709244887 100644 --- a/.travis.yml +++ b/.travis.yml @@ -103,7 +103,7 @@ install: | if [[ "$USE_BREW" == "1" ]]; then brew update; brew upgrade python; - brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-freetype; + brew install harfbuzz --without-graphite2 --without-icu4c --without-freetype; brew install imagemagick brew install optipng brew install librsvg