summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: