summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2017-02-05 02:05:20 +0200
committerOleg Oshmyan <chortos@inbox.lv>2017-02-05 03:42:59 +0200
commitd5af7f78c1f8070e1ba82f539f2e1242ce35aee6 (patch)
tree8ef3e70abdfedeb428964ed22c1ee6a7193c2238
parentcb985b51683dcbff5671cf9abc65b1b0825b2e75 (diff)
downloadlibass-d5af7f78c1f8070e1ba82f539f2e1242ce35aee6.tar.bz2
libass-d5af7f78c1f8070e1ba82f539f2e1242ce35aee6.tar.xz
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.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
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