diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 20:06:10 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 20:34:23 +0200 |
commit | 14c1557e2927484aedc3ddeaeed59760735dacce (patch) | |
tree | 70523ed79f9aee2b3bd03f1d5b95369fd196fc0d | |
parent | 2c975de9215e8f80236d08b7652d75a63b209e1c (diff) | |
download | mate-common-14c1557e2927484aedc3ddeaeed59760735dacce.tar.bz2 mate-common-14c1557e2927484aedc3ddeaeed59760735dacce.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 951f4c6..f8a1c84 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools +notifications: + irc: + if: branch = "1.24" AND + repo = "mate-desktop/mate-common" + 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 |