diff options
author | Pablo Barciela <[email protected]> | 2020-04-20 21:30:51 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-20 22:11:42 +0200 |
commit | e4301a1e59547a0313674276d1967f71b36aa3c5 (patch) | |
tree | ae25f910bc2c420072dd695fe277d463ddb378db | |
parent | 5b8dd628945a4101d4dc4810da21d362fa4370e6 (diff) | |
download | mate-settings-daemon-e4301a1e59547a0313674276d1967f71b36aa3c5.tar.bz2 mate-settings-daemon-e4301a1e59547a0313674276d1967f71b36aa3c5.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 31ef220..ee7b6c3 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-settings-daemon" + 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 |