summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-26 03:49:40 +0200
committerPablo Barciela <[email protected]>2020-04-26 04:28:25 +0200
commit3ea38352770686fe9a90931630f5d6802b32c945 (patch)
treebe676d36abaf7f55e480600ea730baba53257c43 /.travis.yml
parent88c8edc1f3f049b2aac28d54096970fd3416d479 (diff)
downloadmate-session-manager-3ea38352770686fe9a90931630f5d6802b32c945.tar.bz2
mate-session-manager-3ea38352770686fe9a90931630f5d6802b32c945.tar.xz
Travis CI: enable irc notifications with broken builds
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0e38da9..3da74f2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,6 +23,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = master AND
+ repo = "mate-desktop/mate-session-manager"
+ 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