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

env:
  - LIBAV=libav-stable
  - LIBAV=libav-git
  - LIBAV=ffmpeg-stable
  - LIBAV=ffmpeg-git
compiler:
  - clang
branches:
  only:
    - master

before_install: ./travis-deps libass-stable $LIBAV
script: ./configure && make

notifications:
  email:
    recipients:
      - mpv-team@googlegroups.com
    email:
      on_success: change
      n_failure: always
  irc:
    channels:
      - "irc.freenode.org#mpv-player-dev"
    email:
      on_success: change
      n_failure: always