aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-08-07 16:56:59 -0400
committerDonald Stufft <donald@stufft.io>2013-08-07 16:59:41 -0400
commitb8f29fc37ba6712191d8297fd2f3848410e11947 (patch)
treee69ba391ed8ac574e657f9a7b424a0bec12d59cc /.travis.yml
parent5cd68bf78eb25b90bf666901a6d83b9eaae5a59f (diff)
downloadcryptography-b8f29fc37ba6712191d8297fd2f3848410e11947.tar.gz
cryptography-b8f29fc37ba6712191d8297fd2f3848410e11947.tar.bz2
cryptography-b8f29fc37ba6712191d8297fd2f3848410e11947.zip
Notify IRC on travis runs
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 f7ff6d97..24a3a4dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,3 +16,10 @@ script:
after_success:
- coveralls
+
+notifications:
+ irc:
+ channels:
+ - "irc.freenode.org#cryptography-dev"
+ use_notice: true
+ skip_join: true