summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 33e495f86a823033662ae95545e07ba62fee23c1 (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
30
language: c

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

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

notifications-policy: &notifications-policy
  on_success: change
  on_failure: always

notifications:
  email:
    recipients:
      - mpv-team@googlegroups.com
    <<: *notifications-policy
  irc:
    channels:
      - "irc.freenode.org#mpv-player-dev"
    <<: *notifications-policy