From a4fe97c88c8a7dea3057fd49c7087cc2897684ab Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 1 Dec 2017 12:08:28 +0530 Subject: [PATCH] Apparently libunistring is now already install by brew --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index de162c2eb..5989b3b5c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -87,7 +87,6 @@ install: | brew update; brew install python3; brew install glfw; - brew install libunistring; brew install freetype; brew install harfbuzz --without-glib --without-gobject-introspection --without-graphite2 --without-icu4c; else