projects
/
litex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e7dc17
)
travis: add IRC notification
author
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 14 Apr 2015 15:30:52 +0000
(23:30 +0800)
committer
Sebastien Bourdeauducq
<sb@m-labs.hk>
Tue, 14 Apr 2015 15:30:52 +0000
(23:30 +0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index bb0b0d8ff85222025878a32d3d73b00ca9b240da..8c1bb1a9aec928f1a6d06b50012ea6cf53541bc1 100644
(file)
--- 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}"