diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 00:00:02 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 00:26:39 +0200 |
commit | 8784f64c41247efe978961ed103da5797f76bcac (patch) | |
tree | cb092e2e6f9cc8951f96c050e5e513fc54928d11 | |
parent | 04e954c480c08dfe849dc904d775d5368bf2a122 (diff) | |
download | libmatekbd-8784f64c41247efe978961ed103da5797f76bcac.tar.bz2 libmatekbd-8784f64c41247efe978961ed103da5797f76bcac.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..c458f6f 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/libmatekbd + 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 |