diff options
author | Pablo Barciela <[email protected]> | 2020-06-07 13:03:10 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-07 13:26:57 +0200 |
commit | a387deb06d5ae88d92ab8342f99200b487e16bef (patch) | |
tree | e4ad4fc41cdbf90bb4886548f6e8167ecc8df29b | |
parent | a396a93f8a10affd3cf7099d3e91a8fa72b6ada2 (diff) | |
download | mate-user-guide-a387deb06d5ae88d92ab8342f99200b487e16bef.tar.bz2 mate-user-guide-a387deb06d5ae88d92ab8342f99200b487e16bef.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 9bb8c40..c6412cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools +notifications: + irc: + if: branch = "1.24" AND + repo = "mate-desktop/mate-user-guide" + 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: pages edge: true |