diff options
author | Pablo Barciela <[email protected]> | 2020-05-30 02:58:34 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-05-30 03:06:38 +0200 |
commit | 39f79263d4222f5b3d268afa7ee5205637de3611 (patch) | |
tree | 14b67ba4371229685d2473e697c7cb4e195608ac | |
parent | e563c0c4a3d82b3dbe887a80037b6a7e8fa926b1 (diff) | |
download | mate-themes-39f79263d4222f5b3d268afa7ee5205637de3611.tar.bz2 mate-themes-39f79263d4222f5b3d268afa7ee5205637de3611.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 757a2de3..57001830 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools +notifications: + irc: + if: branch = "gtk3.22" AND + repo = "mate-desktop/mate-themes" + 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 |