summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2018-04-25 18:41:59 +0200
committerStefan Schmidt <s.schmidt@samsung.com>2018-05-17 15:08:22 +0200
commit7fd14ce1ba4f8d650169a0ef5ddd2cec724189a7 (patch)
treec3bd9dd4b75b4afe31e108585db59b4b5edd9cbe /.travis.yml
parentec670e9a22f0da8ee360642dbe8b426a150093a2 (diff)
downloadefl-7fd14ce1ba4f8d650169a0ef5ddd2cec724189a7.tar.gz
ci: travis: enable IRC notifications to #edevelop
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 934abfcf37..57cd6eac4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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