From: Sebastien Bourdeauducq Date: Tue, 14 Apr 2015 15:30:52 +0000 (+0800) Subject: travis: add IRC notification X-Git-Tag: 24jan2021_ls180~2099^2~97 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9c8c20341f3f31819f88ca69e5479365502aa807;p=litex.git travis: add IRC notification --- diff --git a/.travis.yml b/.travis.yml index bb0b0d8f..8c1bb1a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,3 +13,11 @@ install: script: - "python setup.py test" + +notifications: + irc: + channels: + - chat.freenode.net#m-labs + template: + - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + - "Build details : %{build_url}"