diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:26:55 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 21:53:22 +0200 |
commit | 046d410c6aa04f6c07606041d9ae7223df78b4f0 (patch) | |
tree | d290dfe8ef0ce2d076042634347843d16a7f1b15 | |
parent | 9922abfd15872da4c791c52e1d36848ee687e23f (diff) | |
download | mate-icon-theme-046d410c6aa04f6c07606041d9ae7223df78b4f0.tar.bz2 mate-icon-theme-046d410c6aa04f6c07606041d9ae7223df78b4f0.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..b7d1ba1 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-icon-theme" + 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 |