diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:33:01 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 22:21:40 +0200 |
commit | 24fc3c78a8926572b2236bc014747cc5e04b4b06 (patch) | |
tree | e82624bd06f65ee6a0ffa50ad6c10f86ff4bd47d /.travis.yml | |
parent | b23dda2e8afef05ab2fbb72a113dba2d33fdfcab (diff) | |
download | mate-system-monitor-24fc3c78a8926572b2236bc014747cc5e04b4b06.tar.bz2 mate-system-monitor-24fc3c78a8926572b2236bc014747cc5e04b4b06.tar.xz |
Travis CI: enable irc notifications with broken builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index af6b113..97a90fe 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-system-monitor" + 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 |