diff options
author | Pablo Barciela <[email protected]> | 2020-04-18 23:58:57 +0200 |
---|---|---|
committer | Pablo Barciela <[email protected]> | 2020-04-19 00:26:22 +0200 |
commit | af5e909fe225cefdd767146a1dfa7bd3a7872d4f (patch) | |
tree | b3334222721fb3214688ddca44a4777ed525328f | |
parent | e46ca23379a13f1c8ab8cdce7217140a73d22bf1 (diff) | |
download | libmatekbd-af5e909fe225cefdd767146a1dfa7bd3a7872d4f.tar.bz2 libmatekbd-af5e909fe225cefdd767146a1dfa7bd3a7872d4f.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 c316da6..f61c612 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/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: pages edge: true |