summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: f46d0f67286e627bbca94508bfcdc7b63fed714f (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:
  - clang

branches:
  only:
    - master
    - ci

script:
  - ./autogen.sh && ./configure
  - make

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