summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-19 00:12:06 +0200
committerPablo Barciela <[email protected]>2020-04-19 00:35:47 +0200
commit39888e18e565f885f4a720b036e5e7b13c2b7a73 (patch)
tree993d7d6cdf6f95537288b546f18f15de2226fe04
parent4827dd50e2fc1e3ca28bc75332ac8f03d3f3b497 (diff)
downloadlibmateweather-39888e18e565f885f4a720b036e5e7b13c2b7a73.tar.bz2
libmateweather-39888e18e565f885f4a720b036e5e7b13c2b7a73.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 8e27e87..6293187 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/libmateweather
+ 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