summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOleg Oshmyan <chortos@inbox.lv>2017-02-05 03:44:34 +0200
committerOleg Oshmyan <chortos@inbox.lv>2017-02-05 20:43:01 +0200
commit5d272cec58ee4bc12592fea2b0ab9e9a920d5d96 (patch)
tree1abfe2068b17eeb47fd05c63cb35ec0073dd5156
parentd5af7f78c1f8070e1ba82f539f2e1242ce35aee6 (diff)
downloadlibass-5d272cec58ee4bc12592fea2b0ab9e9a920d5d96.tar.bz2
libass-5d272cec58ee4bc12592fea2b0ab9e9a920d5d96.tar.xz
Travis CI: don't require Fontconfig binaries
Only the library is needed. In fact, `apt-get install fontconfig` didn't even install the library at all. Luckily, the package we actually want is preinstalled on Travis CI. We could continue to rely on this fact and completely remove Fontconfig from the install list, but it's clearer and possibly more future-proof to explicitly list it there.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c8bc80a..80baf43 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 freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
+ - (sudo apt-get install -y libfontconfig1-dev libfribidi-dev yasm || (brew uninstall libtool; brew install freetype fribidi libtool yasm)) && ./autogen.sh && ./configure
script:
- make -j4