summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 589e164259a658d22d56cbb8cf8730ffe0bc2473 (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:
  - ./configure
  - make

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