summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorDaniel M. Capella <polyzen@users.noreply.github.com>2018-12-03 01:36:42 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2018-12-03 21:37:48 +0000
commitb6606a5402aa2c50d202e7feb27e74d2c7202681 (patch)
tree79f289244edf31d4a8cb4b5e1bd564539c6b5c53 /.travis.yml
parent72840b01429be6e7f813d588220dcc1750878797 (diff)
Travis: Fix notice config
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1011c5d6..40d4f182 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -155,6 +155,8 @@ after_success: |
fi
notifications:
- irc: "chat.freenode.net#alot"
- on_success: change
- use_notice: true
+ irc:
+ channels:
+ - "chat.freenode.net#alot"
+ on_success: change
+ use_notice: true