1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00
mpv/.travis.yml
Stefano Pigozzi ed89332acf travis: remove e-mail notifications
Lately Travis sends out many notifications that are false positives caused by
timeout. We are annoyed.
2013-11-08 21:19:38 +01:00

27 lines
442 B
YAML

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:
irc:
channels:
- "irc.freenode.org#mpv-player-dev"
<<: *notifications-policy