From: Oleg Oshmyan Date: Sun, 5 Feb 2017 00:05:20 +0000 (+0200) Subject: Travis CI: disable Fontconfig on OS X X-Git-Tag: 0.13.7~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5af7f78c1f8070e1ba82f539f2e1242ce35aee6;p=libass Travis CI: disable Fontconfig on OS X Homebrew generates the Fontconfig cache when installing Fontconfig, which delays the build by several minutes. Disable the Fontconfig font provider on OS X to avoid this. --- diff --git a/.travis.yml b/.travis.yml index c441a1a..c8bc80a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ branches: before_install: - (sudo apt-get update || brew update) - - (sudo apt-get install -y fontconfig libfribidi-dev yasm || (brew uninstall libtool; brew install fontconfig freetype fribidi libtool yasm)) && ./autogen.sh && ./configure + - (sudo apt-get install -y fontconfig libfribidi-dev yasm || (brew uninstall libtool; brew install freetype fribidi libtool yasm)) && ./autogen.sh && ./configure script: - make -j4