Permalink
Browse files
Mend incorrect structure for travis IRC notices
- Loading branch information...
Showing
with
5 additions
and
3 deletions.
-
+5
−3
.travis.yml
|
@@ -4,6 +4,8 @@ compiler: |
|
|
- clang
|
|
|
script: ./scripts/travis-build.sh
|
|
|
notifications:
|
|
|
- irc: "irc.freenode.org#tenyr"
|
|
|
- use_notice: true
|
|
|
- skip_join: true
|
|
|
+ irc:
|
|
|
+ channels:
|
|
|
+ - "irc.freenode.org#tenyr"
|
|
|
+ use_notice: true
|
|
|
+ skip_join: true
|
0 comments on commit
609c071