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