From 7dedcf6526b85218a1e6ad8c9206b9c6c3fb82b3 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Sat, 19 Nov 2016 08:31:06 +0100 Subject: [PATCH] fix(ci): Disable e-mail notifications --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ec96b88..52bab5d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -114,10 +114,10 @@ script: done notifications: + email: false irc: channels: - "irc.freenode.org#polybar" template: - "%{author} pushed #%{commit} \"%{commit_subject}\" -> %{repository_name}/%{branch}" - "Build #%{build_number}: %{result} // Compare at %{compare_url}" - skip_join: true