From e4629b91863aa05bd6ac04a8f0a6a602e1419b2e Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sat, 13 Oct 2018 15:29:07 +0900 Subject: [PATCH] ci: turn off email notifications --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index cf20740..e3f3d22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,5 @@ before_install: script: - curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish - fish -c "fisher version; and fisher help" +notifications: + email: false