diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:25:06 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 21:49:40 +0200 |
commit | a022822654b51e6801ee898adbf90ea5ea39fa33 (patch) | |
tree | ee8dece1125eff318dad9e4760db52fafd802351 | |
parent | f0dc4efb9c727e5e9b702628069b4f1c36d60612 (diff) | |
download | mate-desktop-a022822654b51e6801ee898adbf90ea5ea39fa33.tar.bz2 mate-desktop-a022822654b51e6801ee898adbf90ea5ea39fa33.tar.xz |
Travis CI: enable irc notifications with broken builds
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 97db67a..6d9f044 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts --build meson +notifications: + irc: + if: branch = "1.24" 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: script edge: true |