From 61502683a93d4aca8e2150783c056c7e2c38c427 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Sat, 14 Jan 2017 22:40:25 -0800 Subject: [PATCH] Add travis notifications config to email only on change to failure (props WP-CLI) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 25f73f1..7472e14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,10 @@ sudo: false +notifications: + email: + on_success: never + on_failure: change + language: - php - node_js