fix(ci): Notification syntax

This commit is contained in:
Michael Carlberg 2016-05-31 13:09:42 +02:00
parent 9f520dea7a
commit 7478d4cd07
1 changed files with 8 additions and 7 deletions

View File

@ -26,10 +26,11 @@ before_script:
script: make
notifications.irc:
channels:
- "irc.freenode.org#lemonbuddy"
on_success: always
on_failure: always
use_notice: true
skip_join: true
notifications:
irc:
channels:
- "irc.freenode.org#lemonbuddy"
on_success: always
on_failure: always
use_notice: true
skip_join: true