summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-22 02:03:19 +0100
committerwm4 <wm4@nowhere>2014-11-22 02:03:19 +0100
commitc0950c16011798b5787832258197e2a41f15fa7e (patch)
tree1258f0127e8484ea47aee842135481a3ff9819bc
parentbf9e2e45278d780c199e759f29a10887369d1101 (diff)
downloadlibass-c0950c16011798b5787832258197e2a41f15fa7e.tar.bz2
libass-c0950c16011798b5787832258197e2a41f15fa7e.tar.xz
Travis-CI: another attempt at making it work (2)
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ad83ae..b9ba383 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: c
os:
- - osx
+ - linux
compiler:
- - clang
+ - gcc
branches:
only:
@@ -11,7 +11,7 @@ branches:
- ci
script:
- - brew update && brew install harfbuzz fribidi freetype fontconfig && ./autogen.sh && ./configure
+ - sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
- make
notifications: