diff options
author | Pablo Barciela <[email protected]> | 2020-05-01 03:19:23 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-05-01 03:34:22 +0200 |
commit | b95595cc3dc7e216d67ddb9d9e1e5828639589ae (patch) | |
tree | e5ff320942fd549aac25cd805a8989c6114d6467 | |
parent | b5e0fcdfd52f7dfda124853e39af0e804f348735 (diff) | |
download | mate-power-manager-b95595cc3dc7e216d67ddb9d9e1e5828639589ae.tar.bz2 mate-power-manager-b95595cc3dc7e216d67ddb9d9e1e5828639589ae.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..7083f3d 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-power-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 |