summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b9ba38364f4d6ce95e325b91db9190f927a99321 (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:
  - linux
compiler:
  - gcc

branches:
  only:
    - master
    - ci

script:
  - sudo apt-get install -y fontconfig libfribidi-dev yasm && ./autogen.sh && ./configure
  - make

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