diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:32:09 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 22:21:21 +0200 |
commit | d7fb09f24555b977e2969c609cf33f0dc8c547e3 (patch) | |
tree | 34fea4be355b7389e01473156e910c86a70ffb3c | |
parent | 149c2d5d499189b399f6e857e74b8c861761a1c9 (diff) | |
download | mate-system-monitor-d7fb09f24555b977e2969c609cf33f0dc8c547e3.tar.bz2 mate-system-monitor-d7fb09f24555b977e2969c609cf33f0dc8c547e3.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..10cdb67 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-system-monitor" + 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 |