diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-01-14 15:01:10 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-01-14 15:01:10 +0000 |
commit | 96826415396508fa9c04a2e8a3d6bb6637628b87 (patch) | |
tree | a62ff6c786bef2d6ceed1bc33d3cdb3a8e4bfd05 /.travis.yml | |
parent | Drop old package (diff) | |
download | sci-96826415396508fa9c04a2e8a3d6bb6637628b87.tar.gz sci-96826415396508fa9c04a2e8a3d6bb6637628b87.tar.bz2 sci-96826415396508fa9c04a2e8a3d6bb6637628b87.zip |
Import from last-hope overlay
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index aba43cccc..9748695be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,8 @@ script: # You can append own scripts after this line notifications: - irc: "chat.freenode.net#gentoo-science" - + irc: + channels: "chat.freenode.net#gentoo-science" + template: + - "%{repository} - %{branch} - %{author}: %{commit_subject} - %{message} - Build details : %{build_url}" + use_notice: true |