stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=88ecbdadc3394d1d361c8e1895ca14a79261aec7

commit 88ecbdadc3394d1d361c8e1895ca14a79261aec7
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Aug 1 13:37:50 2018 -0400

    ci: disable notifications for canceled builds
    
    canceled builds indicate that someone is actively watching a build,
    likely in order to test changes. there's no point in spamming irc for
    these events
    
    Differential Revision: https://phab.enlightenment.org/D6730
---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 0f5de0fa94..a697a3b113 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -139,6 +139,7 @@ notifications:
       - "chat.freenode.net#edevelop"
     on_success: change
     on_failure: always
+    on_cancel: never
     template:
       - "TravisCI build %{build_number} in branch %{branch}: %{result} - 
%{message} (%{elapsed_time})"
       - "Commit: %{commit_subject} (%{commit}) from %{author}"

-- 


Reply via email to