diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:24:11 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 21:49:26 +0200 |
commit | 8217db4f8c6c764072fabfd91c7f342828bc5961 (patch) | |
tree | 3f38dafae0be902cca5a626d15007aef601d2b2c /.travis.yml | |
parent | 961a034fd0a09dbe9f61a7266fa3d03c30e7c91c (diff) | |
download | mate-desktop-8217db4f8c6c764072fabfd91c7f342828bc5961.tar.bz2 mate-desktop-8217db4f8c6c764072fabfd91c7f342828bc5961.tar.xz |
Travis CI: enable irc notifications with broken builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index af61735..fe74629 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build meson +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-desktop" + channels: + - "irc.freenode.org#mate-dev" + template: + - "[%{repository_name}] %{author}: %{commit_subject}" + - "[%{branch}] %{commit} %{message} %{build_url}" + on_success: never + on_failure: always + deploy: - provider: pages edge: true |