From 38aa5a9b9988a84dece29d82b503892592707f4f Mon Sep 17 00:00:00 2001 From: John Peel Date: Sat, 16 Jul 2016 15:45:43 -0400 Subject: [PATCH] Set travis to only notify on failure --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index cc009f9a8..7a8c66b7e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,3 +46,7 @@ notifications: channels: "irc.rizon.net#simba" template: - "%{repository}#%{build_number} (%{branch} - %{commit} : %{author}): %{message}" + on_success: change + on_failure: always + use_notice: true + skip_join: true