From 250f3d467666173d2bc21c2b59db127afede368e Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 30 May 2020 02:55:12 +0200 Subject: Travis CI: enable irc notifications with broken builds --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 86bc3036..74bd7dab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build autotools +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-themes" + 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: script edge: true -- cgit v1.2.1