From 868c1d634bc5c2fed9fd43f5b1a6df3b50cabec3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Dec 2017 00:14:24 +0530 Subject: [PATCH] Apparently libunistring is already installed by brew --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0b82bc17a..88680189f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -95,7 +95,6 @@ install: | if [[ "$USE_BREW" == "1" ]]; then brew update; brew install python3; - brew install libunistring; brew install freetype; brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c; else