diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 20:02:21 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 20:25:59 +0200 |
commit | 989a3f712bc04d57d3b30a7de68024e0e3265b06 (patch) | |
tree | 96901cc7a6c4d5d731f1d8cfa088f9f2ec12db8c | |
parent | 907dcb0a5512262555112c6cb79c6f3083ef0e92 (diff) | |
download | mate-backgrounds-989a3f712bc04d57d3b30a7de68024e0e3265b06.tar.bz2 mate-backgrounds-989a3f712bc04d57d3b30a7de68024e0e3265b06.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 0ca1428..852c64c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build meson --build scripts +notifications: + irc: + if: branch = "1.24" AND + repo = "mate-desktop/mate-backgrounds" + 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 |