From c0950c16011798b5787832258197e2a41f15fa7e Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 22 Nov 2014 02:03:19 +0100 Subject: Travis-CI: another attempt at making it work (2) --- .travis.yml | 6 +++--- 1 file 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: -- cgit v1.2.3