summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2020-04-21 03:27:15 +0200
committerPablo Barciela <[email protected]>2020-04-21 03:33:23 +0200
commita3507845dbe6a4eebafd0ed89775a4a4a4a9409e (patch)
treeb6f1fcd9f51817eda18abcfaa138089c8b1fd1d8
parent7381cd5b3f57eccb7204729d454497437072162c (diff)
downloadmate-media-a3507845dbe6a4eebafd0ed89775a4a4a4a9409e.tar.bz2
mate-media-a3507845dbe6a4eebafd0ed89775a4a4a4a9409e.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 31ef220..7912c2a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,6 +19,18 @@ install:
script:
- ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts
+notifications:
+ irc:
+ if: branch = "1.24" AND
+ repo = "mate-desktop/mate-media"
+ 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: script
edge: true