diff options
| author | Donald Stufft <donald@stufft.io> | 2013-08-07 16:56:59 -0400 |
|---|---|---|
| committer | Donald Stufft <donald@stufft.io> | 2013-08-07 16:59:41 -0400 |
| commit | b8f29fc37ba6712191d8297fd2f3848410e11947 (patch) | |
| tree | e69ba391ed8ac574e657f9a7b424a0bec12d59cc | |
| parent | 5cd68bf78eb25b90bf666901a6d83b9eaae5a59f (diff) | |
| download | cryptography-b8f29fc37ba6712191d8297fd2f3848410e11947.tar.gz cryptography-b8f29fc37ba6712191d8297fd2f3848410e11947.tar.bz2 cryptography-b8f29fc37ba6712191d8297fd2f3848410e11947.zip | |
Notify IRC on travis runs
| -rw-r--r-- | .travis.yml | 7 |
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 |
