From 634d4cc104741981f5fd5bd518adb80dc7e13a55 Mon Sep 17 00:00:00 2001 From: Gol-D-Ace Date: Sun, 23 Apr 2017 16:12:12 +0200 Subject: [PATCH] CI: Fix notification frequency --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25c956482..a61ade1b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,6 +63,6 @@ notifications: webhooks: urls: - secure: T5RBY818nO40nr5eC8pdrCfAdQKGkjQdbyYw7mfFrhxWxgt/U5tyKXpX0l9zNGfobS0SnLSqF71OrfW04V97oijXx3q5Y24xV6mSrlLQZOq19+XvGp82LDpkVd4yi2N0kBYpoANB9Pkof4jWT/rKfdQCQttluOLjgr5SM0uWHRg= - on_success: always - on_failure: change + on_success: change + on_failure: always