From d5af7f78c1f8070e1ba82f539f2e1242ce35aee6 Mon Sep 17 00:00:00 2001 From: Oleg Oshmyan Date: Sun, 5 Feb 2017 02:05:20 +0200 Subject: 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3