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

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