From 76adae7e526c2a02f76a37f096b4a8d12196b8fc Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 18 Apr 2020 00:40:23 +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 e1bc39e2..cdea551d 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/atril + 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