diff options
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 5ee289fc..0f923c69 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,10 @@ matrix: - python: 3.3 notifications: email: false + irc: + channels: + - "us.freenode.net#sosreport" + on_success: change install: - "pip install nose nose-cov --use-mirrors" - "python setup.py install" |