diff options
author | Pablo Barciela <[email protected]> | 2020-04-19 00:12:06 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 00:35:47 +0200 |
commit | 39888e18e565f885f4a720b036e5e7b13c2b7a73 (patch) | |
tree | 993d7d6cdf6f95537288b546f18f15de2226fe04 /.travis.yml | |
parent | 4827dd50e2fc1e3ca28bc75332ac8f03d3f3b497 (diff) | |
download | libmateweather-39888e18e565f885f4a720b036e5e7b13c2b7a73.tar.bz2 libmateweather-39888e18e565f885f4a720b036e5e7b13c2b7a73.tar.xz |
Travis CI: enable irc notifications with broken builds
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8e27e87..6293187 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/libmateweather + 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 |