ci: travis: enable IRC notifications to #edevelop

This commit is contained in:
Stefan Schmidt 2018-04-25 18:41:59 +02:00 committed by Stefan Schmidt
parent ec670e9a22
commit 7fd14ce1ba
1 changed files with 7 additions and 0 deletions

View File

@ -68,3 +68,10 @@ after_success:
docker push stefanschmidt1/ci-support-files:$DISTRO
docker push stefanschmidt1/ci-support-files:$DISTRO-$TRAVIS_BUILD_NUMBER
fi
notifications:
irc:
channels:
- "chat.freenode.net#edevelop"
on_success: change
on_failure: always