From 0ef5ce2847c6cf81d5c8f09a90ef77e6b4cba90f Mon Sep 17 00:00:00 2001 From: Mohammed Attia Date: Tue, 1 Apr 2014 08:18:05 +0200 Subject: [PATCH] Add irc notifications by travis --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 43098d18b..6eda6e736 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,3 +24,10 @@ before_script: - "[[ $TRAVIS_PYTHON_VERSION == '2.7' ]] && pip install coveralls || true" after_success: - "[[ $TRAVIS_PYTHON_VERSION == '2.7' ]] && coveralls || true" + +notifications: + irc: + channels: + - "irc.freenode.org#beets" + use_notice: true + skip_join: true