From 3ea38352770686fe9a90931630f5d6802b32c945 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 26 Apr 2020 03:49:40 +0200 Subject: Travis CI: enable irc notifications with broken builds --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- cgit v1.2.1