From: Dessalines Date: Wed, 16 Sep 2020 14:24:42 +0000 (-0500) Subject: Turn off email notifications. X-Git-Url: http://these/git/?a=commitdiff_plain;h=93f681bf7aa38e87a7fd9a30d6864cef82bd9f20;p=lemmy.git Turn off email notifications. --- diff --git a/.travis.yml b/.travis.yml index be0b4018..350e0a8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,5 @@ deploy: script: bash docker_push.sh on: tags: true +notifications: + email: false