diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:27:59 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 21:56:33 +0200 |
commit | 5155c763c825e47fd7195b0d8a8977c59e790ca9 (patch) | |
tree | 017564c6214fc2e6632d5bc489e1326c89f09d73 | |
parent | c4c5242e582775ec8ab0902ab019d6ed65a26c46 (diff) | |
download | mate-indicator-applet-5155c763c825e47fd7195b0d8a8977c59e790ca9.tar.bz2 mate-indicator-applet-5155c763c825e47fd7195b0d8a8977c59e790ca9.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 3ea4e80..faacc4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = master AND + repo = "mate-desktop/mate-indicator-applet" + 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 |