summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 1ad83ae9e72a7b2c1697624e460fffed917d4dad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: c

os:
  - osx
compiler:
  - clang

branches:
  only:
    - master
    - ci

script:
  - brew update && brew install harfbuzz fribidi freetype fontconfig && ./autogen.sh && ./configure
  - make

notifications:
  email: false
  irc:
    channels:
      - "irc.freenode.org#libass"
    on_success: change
    on_failure: always