mirror of
https://github.com/polybar/polybar.git
synced 2024-11-11 13:50:56 -05:00
fix(ci): Notification syntax
This commit is contained in:
parent
9f520dea7a
commit
7478d4cd07
1 changed files with 8 additions and 7 deletions
15
.travis.yml
15
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue