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:
authorAdrien Ferrand <ferrand.ad@gmail.com>2019-12-06 00:53:37 +0300
committerAdrien Ferrand <ferrand.ad@gmail.com>2020-01-03 12:57:31 +0300
commitca89c0eba8c513ba9b4010de2a471e767a57dc03 (patch)
tree1f413eb762c4c0d64d13254a5d9b11d0d55e4f8a
parent518a46959f5e916e2f32dee7e252b8c4729a0d06 (diff)
Disable notificationstest-certbot-auto-sunset
-rw-r--r--.travis.yml24
1 files changed, 12 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 63129c9b1..1a23fe201 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -295,15 +295,15 @@ script: '$TRAVIS_RETRY tox'
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
+#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