From bf9e2e45278d780c199e759f29a10887369d1101 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 22 Nov 2014 01:37:40 +0100 Subject: 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. --- .travis.yml | 4 ++-- 1 file 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: -- cgit v1.2.3