summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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: