From 468a3eece7d5c6271a57b2915b5cacabeec87db8 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sun, 7 Jun 2020 13:01:59 +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 08f6a18..755dc0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-user-guide" + 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