mirror of https://github.com/restic/restic.git
Reduce verbosity of travis notifications on IRC
This commit is contained in:
parent
5ab900acac
commit
8498753eb7
|
@ -9,7 +9,11 @@ os:
|
||||||
- osx
|
- osx
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc: "chat.freenode.net#restic"
|
irc:
|
||||||
|
channels:
|
||||||
|
- "chat.freenode.net#restic"
|
||||||
|
on_success: change
|
||||||
|
on_failure: change
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go get github.com/mitchellh/gox
|
- go get github.com/mitchellh/gox
|
||||||
|
|
Loading…
Reference in New Issue