From: wm4 Date: Sat, 22 Nov 2014 00:37:40 +0000 (+0100) Subject: Travis-CI: another attempt at making it work X-Git-Tag: 0.12.1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf9e2e45278d780c199e759f29a10887369d1101;p=libass 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. --- 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: