aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 14:00:27 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 14:00:27 -0700
commitecef07d44d0fb7f8f7c2e79e5233cf16d8cdeb96 (patch)
treee69ba391ed8ac574e657f9a7b424a0bec12d59cc
parent5cd68bf78eb25b90bf666901a6d83b9eaae5a59f (diff)
parentb8f29fc37ba6712191d8297fd2f3848410e11947 (diff)
downloadcryptography-ecef07d44d0fb7f8f7c2e79e5233cf16d8cdeb96.tar.gz
cryptography-ecef07d44d0fb7f8f7c2e79e5233cf16d8cdeb96.tar.bz2
cryptography-ecef07d44d0fb7f8f7c2e79e5233cf16d8cdeb96.zip
Merge pull request #17 from dstufft/travis-notification
Notify IRC on travis runs
-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