diff options
author | Pablo Barciela <[email protected]> | 2020-05-25 03:31:12 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-05-25 03:43:34 +0200 |
commit | 7f3fda64af8bc733470925c94e3b3f9300326a98 (patch) | |
tree | 01e0c6151136938e7ec4cb5c10df773964faa833 | |
parent | f63046b053add1737020a64fd62bf5e59ea41dda (diff) | |
download | mate-netbook-7f3fda64af8bc733470925c94e3b3f9300326a98.tar.bz2 mate-netbook-7f3fda64af8bc733470925c94e3b3f9300326a98.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 3ea4e80..cd045ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,18 @@ install: script: - ./docker-build --name ${DISTRO} --verbose --config .build.yml --build scripts +notifications: + irc: + if: branch = master 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: pages edge: true |