diff options
author | Pablo Barciela <[email protected]> | 2020-08-03 02:34:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-03 03:00:39 +0200 |
commit | cc34c119739abcdfe9d66668925c4667c87ec8b6 (patch) | |
tree | 99f66bc207fef05d00410c23e9562993ec26e12d | |
parent | 560e02ecda578ba396ceed23f14501578562e1cc (diff) | |
download | mate-utils-cc34c119739abcdfe9d66668925c4667c87ec8b6.tar.bz2 mate-utils-cc34c119739abcdfe9d66668925c4667c87ec8b6.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 7dabf95d..7250c651 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: (tag OR branch = "1.24") AND + repo = "mate-desktop/mate-utils" + 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 |