add irc notifications

This commit is contained in:
Ingolf Wagner 2020-03-12 01:31:48 +08:00
parent 8a1473f99d
commit d8f72669b7
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -1,3 +1,12 @@
language: nix
script:
- bash ci/deploy.sh
notifications:
irc:
on_success: change
on_failure: always
channels:
- "irc.freenode.net#nixos-nur"
template:
- "%{result} - %{branch} \"%{commit_subject}\" %{build_url}"