mirror of
https://github.com/polybar/polybar.git
synced 2025-02-10 15:46:58 -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
|
script: make
|
||||||
|
|
||||||
notifications.irc:
|
notifications:
|
||||||
channels:
|
irc:
|
||||||
- "irc.freenode.org#lemonbuddy"
|
channels:
|
||||||
on_success: always
|
- "irc.freenode.org#lemonbuddy"
|
||||||
on_failure: always
|
on_success: always
|
||||||
use_notice: true
|
on_failure: always
|
||||||
skip_join: true
|
use_notice: true
|
||||||
|
skip_join: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue