diff options
author | Pablo Barciela <[email protected]> | 2020-04-26 03:50:32 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-26 04:29:19 +0200 |
commit | 3ea90a644862b41404d107433ed52f0c5ff9a6df (patch) | |
tree | 8e9cc8c516346da1e7a28207080a5a155708a61c | |
parent | eef1a3fc5f2b3f7a172c2cdf55bc0d8f8295b039 (diff) | |
download | mate-session-manager-3ea90a644862b41404d107433ed52f0c5ff9a6df.tar.bz2 mate-session-manager-3ea90a644862b41404d107433ed52f0c5ff9a6df.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 af6b113..8cab3c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = "1.24" AND + repo = "mate-desktop/mate-session-manager" + 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 |