Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2019-07-02 20:12:00 +0300
committerBrad Warren <bmw@eff.org>2019-07-02 20:12:00 +0300
commit8c329b1f76f986de9ae22e01b03a7907ec291a74 (patch)
tree75c3fb99ce8f011851d40292c0dc9649f5aa973c
parent9240fd2a67ecfc703da49c9e6405d76fbf4c204e (diff)
-rw-r--r--.travis.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index 86a475ca8..aca55aab8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -278,13 +278,3 @@ after_success: '[ "$TOXENV" == "py27-cover" ] && codecov -F linux'
notifications:
email: false
- irc:
- channels:
- # This is set to a secure variable to prevent forks from sending
- # notifications. This value was created by installing
- # https://github.com/travis-ci/travis.rb and running
- # `travis encrypt "chat.freenode.net#certbot-devel"`.
- - secure: "EWW66E2+KVPZyIPR8ViENZwfcup4Gx3/dlimmAZE0WuLwxDCshBBOd3O8Rf6pBokEoZlXM5eDT6XdyJj8n0DLslgjO62pExdunXpbcMwdY7l1ELxX2/UbnDTE6UnPYa09qVBHNG7156Z6yE0x2lH4M9Ykvp0G0cubjPQHylAwo0="
- on_cancel: never
- on_success: never
- on_failure: always