diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 20:08:00 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 20:38:16 +0200 |
commit | 360b1832f29cd8d7f9a98def658491b88ade6a64 (patch) | |
tree | 804b2c7a60215215db31355f81d6362091946667 /.travis.yml | |
parent | 24ea02e84a1ef98d6ab0693b088fde4f03cd09a8 (diff) | |
download | mate-control-center-360b1832f29cd8d7f9a98def658491b88ade6a64.tar.bz2 mate-control-center-360b1832f29cd8d7f9a98def658491b88ade6a64.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 31ef220b..17a6667d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = "1.24" AND + repo = "mate-desktop/mate-control-center" + 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 |