diff options
author | Pablo Barciela <[email protected]> | 2020-06-07 13:01:59 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-06-07 13:26:41 +0200 |
commit | 468a3eece7d5c6271a57b2915b5cacabeec87db8 (patch) | |
tree | 0595e9a2e6a813fc4437060677366cee80b17055 | |
parent | 8e6cb21ab2f0f615b4ec83fd7b852e265fcc238e (diff) | |
download | mate-user-guide-468a3eece7d5c6271a57b2915b5cacabeec87db8.tar.bz2 mate-user-guide-468a3eece7d5c6271a57b2915b5cacabeec87db8.tar.xz |
Travis CI: enable irc notifications with broken builds
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
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 |