summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-07 12:50:38 +0200
committerwm4 <wm4@nowhere>2015-09-07 13:18:23 +0200
commitb27dd7d1f79caa097da120f2f616e7c6d469612f (patch)
tree8af3cecade855b3e9ff06104882d0b3266deb091
parentbe89056a7311e5aa03c41a235cd91188e0e91d9d (diff)
downloadlibass-b27dd7d1f79caa097da120f2f616e7c6d469612f.tar.bz2
libass-b27dd7d1f79caa097da120f2f616e7c6d469612f.tar.xz
travis: run on OSX too
-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