From ef65ccbfd4af93dd8ca6cd2178e2e3116f8166df Mon Sep 17 00:00:00 2001 From: Ivan Kozlovic Date: Thu, 15 Aug 2019 11:00:34 -0600 Subject: [PATCH] Removing skipping email notification [ci skip] I had put that in place when testing the release process. Removing now. Signed-off-by: Ivan Kozlovic --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00bdced3..2ca92a7d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,5 +36,3 @@ deploy: tags: true condition: $TRAVIS_GO_VERSION =~ 1.12 -notifications: - email: false