diff options
author | Pablo Barciela <[email protected]> | 2020-04-26 03:49:40 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-26 04:28:25 +0200 |
commit | 3ea38352770686fe9a90931630f5d6802b32c945 (patch) | |
tree | be676d36abaf7f55e480600ea730baba53257c43 | |
parent | 88c8edc1f3f049b2aac28d54096970fd3416d479 (diff) | |
download | mate-session-manager-3ea38352770686fe9a90931630f5d6802b32c945.tar.bz2 mate-session-manager-3ea38352770686fe9a90931630f5d6802b32c945.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 0e38da9..3da74f2 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/mate-session-manager" + 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 |