summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2017-02-05 04:02:30 +0200
committerOleg Oshmyan <chortos@inbox.lv>2017-02-05 20:43:24 +0200
commit0ae1cbdb5753cc3f6e5bd13ca49756d7c44948ea (patch)
treed1167402ee932726c34705189a16d412d79739ad /.travis.yml
parent5d272cec58ee4bc12592fea2b0ab9e9a920d5d96 (diff)
downloadlibass-0ae1cbdb5753cc3f6e5bd13ca49756d7c44948ea.tar.bz2
libass-0ae1cbdb5753cc3f6e5bd13ca49756d7c44948ea.tar.xz
Travis CI: explicitly install FreeType on Linux
Do this for consistency with the other library dependencies. For reference, currently, both FreeType and Fontconfig are preinstalled and don't need to be explicitly mentioned.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 80baf43..f18d410 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 libfontconfig1-dev libfribidi-dev yasm || (brew uninstall libtool; brew install freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
+ - (sudo apt-get install -y libfontconfig1-dev libfreetype6-dev libfribidi-dev yasm || (brew uninstall libtool; brew install freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
script:
- make -j4