From b9b257036957cea06c5cdacd92fef6db28e4073e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 14 Nov 2017 12:01:06 +0530 Subject: [PATCH] Reduce brew install harfbuzz time on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index afbb668fb..52da1eae8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -89,7 +89,7 @@ install: | brew install glfw; brew install libunistring; brew install freetype; - brew install harfbuzz; + brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-cairo --with-freetype; else mkdir -p $SW; curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;