Reduce brew install harfbuzz time on travis

This commit is contained in:
Kovid Goyal 2017-11-14 12:01:06 +05:30
parent c4f61de3fe
commit b9b2570369
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -89,7 +89,7 @@ install: |
brew install glfw; brew install glfw;
brew install libunistring; brew install libunistring;
brew install freetype; brew install freetype;
brew install harfbuzz; brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c --without-cairo --with-freetype;
else else
mkdir -p $SW; mkdir -p $SW;
curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW; curl https://download.calibre-ebook.com/travis/kitty/osx.tar.xz | tar xJ -C $SW;