From 93f681bf7aa38e87a7fd9a30d6864cef82bd9f20 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 16 Sep 2020 09:24:42 -0500 Subject: [PATCH] Turn off email notifications. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) 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