diff options
author | Pablo Barciela <[email protected]> | 2020-04-29 03:43:58 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-29 04:08:45 +0200 |
commit | 9ad412c36a6a7a574553c33c181ccb6d5c17da8a (patch) | |
tree | bac36dd8546732ef1f0f2b2ab64cf7ceb3bace34 /.travis.yml | |
parent | 215a087ce4de33205d8dd866291d099c408e5ea3 (diff) | |
download | mate-sensors-applet-9ad412c36a6a7a574553c33c181ccb6d5c17da8a.tar.bz2 mate-sensors-applet-9ad412c36a6a7a574553c33c181ccb6d5c17da8a.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..19abfd3 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-sensors-applet" + 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 |