summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2016-12-24 13:28:14 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2016-12-24 13:28:14 +0000
commitd8c2f41a42df1893c593c33bc5f8fdcb3f67e1e9 (patch)
tree696bc8a1acb0986bdbadebb81b47de0abc8c8333 /.travis.yml
parent26fb82dce0be42ab175c2c87037ec3e439f4ee49 (diff)
configure travis to send irc notifications
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f849cf37..d7fc5916 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,3 +101,6 @@ script: |
alot --config conf
python setup.py test
fi
+
+notifications:
+ irc: "chat.freenode.net#alot"