summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-22 01:37:40 +0100
committerwm4 <wm4@nowhere>2014-11-22 01:57:11 +0100
commitbf9e2e45278d780c199e759f29a10887369d1101 (patch)
treee44064225f0c2af33ddf9a1ffe42a860f853484d
parent06e390d11e2730b6b161e77f767d2e940033b518 (diff)
downloadlibass-bf9e2e45278d780c199e759f29a10887369d1101.tar.bz2
libass-bf9e2e45278d780c199e759f29a10887369d1101.tar.xz
Travis-CI: another attempt at making it work
Switching to OSX, because homebrew is more uptodate than Ubuntu Ancient LTS, which is what Travis uses on Linux.
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index f46d0f6..1ad83ae 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
language: c
os:
- - linux
+ - osx
compiler:
- clang
@@ -11,7 +11,7 @@ branches:
- ci
script:
- - ./autogen.sh && ./configure
+ - brew update && brew install harfbuzz fribidi freetype fontconfig && ./autogen.sh && ./configure
- make
notifications: