Reduce verbosity of travis notifications on IRC

This commit is contained in:
Alexander Neumann 2015-04-26 13:09:40 +02:00
parent 5ab900acac
commit 8498753eb7
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,11 @@ os:
- osx
notifications:
irc: "chat.freenode.net#restic"
irc:
channels:
- "chat.freenode.net#restic"
on_success: change
on_failure: change
install:
- go get github.com/mitchellh/gox