diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-23 11:29:49 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-02-23 11:29:49 -0800 |
| commit | 19b4c1a486ed6890dc87e32c94352b3cbfcd5352 (patch) | |
| tree | daf4cb2c4fadd430109636863e16cc262aec46f4 | |
| parent | cbf0a9c474e8fdfc0eca5fdefb3270323eaaffe4 (diff) | |
| parent | b4d66ce833121bde2a6980318d58d48f63dc20d1 (diff) | |
| download | cryptography-19b4c1a486ed6890dc87e32c94352b3cbfcd5352.tar.gz cryptography-19b4c1a486ed6890dc87e32c94352b3cbfcd5352.tar.bz2 cryptography-19b4c1a486ed6890dc87e32c94352b3cbfcd5352.zip | |
Merge pull request #1691 from reaperhulk/buildtimetrend
add a webhook for buildtimetrend.herokuapp.com to check it out
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9b900eb9..b6f6f0cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,8 @@ notifications: - "irc.freenode.org#cryptography-dev" use_notice: true skip_join: true + webhooks: + - https://buildtimetrend.herokuapp.com/travis matrix: exclude: |
