diff options
author | Pablo Barciela <[email protected]> | 2020-08-07 15:40:33 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-08-07 15:40:33 +0200 |
commit | d3b42ecb4919bb295db18234d67b47c6c01ee8ba (patch) | |
tree | b514136f23d6608dcece0aae1901a5c664022ee2 | |
parent | eaf1e6bbec064d9599d9d788278211b7be5916bd (diff) | |
download | mozo-d3b42ecb4919bb295db18234d67b47c6c01ee8ba.tar.bz2 mozo-d3b42ecb4919bb295db18234d67b47c6c01ee8ba.tar.xz |
Travis CI: enable irc notifications with tagged commits
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f2540db..aa1531a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build meson --build scripts +notifications: + irc: + if: (tag OR branch = "1.24") AND + repo = mate-desktop/mozo + 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 |