From 80c7bf6b4e3aec5959c9d9dc14e9fcb96d20bd4c Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 22 Oct 2017 12:47:59 +0300 Subject: [PATCH] Changes Travis notification rules --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3c8b85a..fa9b59b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,9 @@ install: - yarn install script: - - npm run test + - yarn test + +notifications: + email: + on_success: never + on_failure: change