From 94332ed1d8db0a8247d70e8c36674fe0ae57aa67 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 19 Jun 2015 11:35:58 +0200 Subject: [PATCH] Adjust IRC notifications to use #pytest. It seems #pytest-dev is quite dead. Also I set it to only send notifications on changes (i.e. success -> failure and vice-versa). --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 175bd0222..06e554b05 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,10 @@ script: tox --recreate -i ALL=https://devpi.net/hpk/dev/ -e $TESTENV notifications: irc: - - "chat.freenode.net#pytest-dev" + channels: + - "chat.freenode.net#pytest" + on_success: change + on_failure: change + skip_join: true email: - pytest-commit@python.org