diff options
author | Pablo Barciela <[email protected]> | 2020-05-25 03:32:47 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-05-25 03:32:47 +0200 |
commit | 3e794bf858ecac809ff31d3ca6678b59557f45cf (patch) | |
tree | 3a7580136c6724f087a9c47d9d533ecc5acad803 | |
parent | 39b0385c009235fb7237363703adfbeb6c799590 (diff) | |
download | mate-netbook-3e794bf858ecac809ff31d3ca6678b59557f45cf.tar.bz2 mate-netbook-3e794bf858ecac809ff31d3ca6678b59557f45cf.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..6fe74c7 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-netbook" + 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 |