diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-02 10:30:36 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-05-02 10:30:36 -0500 |
commit | 61c3c1495d6f2afd52ec738b7591f6dc01aaa582 (patch) | |
tree | 1dfc91d0284dae66abf540b1a7dd1eeb22bb1e99 | |
parent | c4b698e621df67ee100834a52b8c9846a681cf62 (diff) | |
parent | d1e94994b24542dad33a2eae881d4527bc5f67b1 (diff) | |
download | cryptography-61c3c1495d6f2afd52ec738b7591f6dc01aaa582.tar.gz cryptography-61c3c1495d6f2afd52ec738b7591f6dc01aaa582.tar.bz2 cryptography-61c3c1495d6f2afd52ec738b7591f6dc01aaa582.zip |
Merge pull request #1887 from alex/buildtimetrends
Adde back the Build Time Trends webhook to collect stats on how long our builds take
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 71efd8ff..c7413ea9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -120,3 +120,5 @@ notifications: - "irc.freenode.org#cryptography-dev" use_notice: true skip_join: true + webhooks: + - https://buildtimetrend.herokuapp.com/travis |