summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-22 01:28:22 +0200
committerPablo Barciela <[email protected]>2020-04-22 01:43:52 +0200
commitb07507f7f3f4d523d0f8df8d058c3b1b81494e46 (patch)
treebf36d8f546e37cb3f8cbe57efe34fbcbed007118
parent13ebc898f8f8714b1acd49d8d67907a75ece073e (diff)
downloadmate-menus-b07507f7f3f4d523d0f8df8d058c3b1b81494e46.tar.bz2
mate-menus-b07507f7f3f4d523d0f8df8d058c3b1b81494e46.tar.xz
Travis CI: enable irc notifications with broken builds
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 3ea4e80..78b9e99 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = master AND
+ repo = "mate-desktop/mate-menus"
+ 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: pages
edge: true