projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a5bb20
)
Better IRC hook
author
Dale Weiler <killfieldengine@gmail.com>
Sat, 5 Jan 2013 20:43:47 +0000
(20:43 +0000)
committer
Dale Weiler <killfieldengine@gmail.com>
Sat, 5 Jan 2013 20:43:47 +0000
(20:43 +0000)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
44bd8c1
..
d1e6049
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-5,4
+5,10
@@
compiler:
# Change this to your needs
script: make && make check
notifications:
- irc: "irc.freenode.org#kf-engine"
+ irc:
+ channels:
+ - "irc.freenode.org#kf-engine"
+ template:
+ - "[%{commit} : %{author}] %{message} "
+ use_notice: true
+ skip_join: true