diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 23:57:02 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 00:23:08 +0200 |
commit | 3af950e52f56ac298cdef078a7fa22e2cd2b472f (patch) | |
tree | 6f5be5fa97b2486bcebcaf83770f1a0e513aa4a4 | |
parent | 50c6344f6f81b24abe2f99cea2996c8a0e4c71c4 (diff) | |
download | eom-3af950e52f56ac298cdef078a7fa22e2cd2b472f.tar.bz2 eom-3af950e52f56ac298cdef078a7fa22e2cd2b472f.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..761d786 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/eom + 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 |