summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 12240de..2d93ec3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,7 @@ env:
os:
- linux
+ - osx
branches:
only:
@@ -14,7 +15,7 @@ branches:
- ci
- coverity_scan
-before_install: sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
+before_install: (sudo apt-get install -y fontconfig libfribidi-dev yasm || brew install fontconfig freetype fribidi yasm) && ./autogen.sh && ./configure
script:
- make -j4