summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-05-01 03:19:23 +0200
committerPablo Barciela <[email protected]>2020-05-01 03:34:22 +0200
commitb95595cc3dc7e216d67ddb9d9e1e5828639589ae (patch)
treee5ff320942fd549aac25cd805a8989c6114d6467
parentb5e0fcdfd52f7dfda124853e39af0e804f348735 (diff)
downloadmate-power-manager-b95595cc3dc7e216d67ddb9d9e1e5828639589ae.tar.bz2
mate-power-manager-b95595cc3dc7e216d67ddb9d9e1e5828639589ae.tar.xz
Travis CI: enable irc notifications with broken builds
-rw-r--r--.travis.yml12
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