From 2261d3e4c1742846b6b5197aef603fdbf4ad201e Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Mon, 6 May 2019 12:06:46 -0400 Subject: [PATCH] ci: send email to builds@ mailing list if master fails CI always runs after new PRs are merged into master. Report failures to mailing list to get more attention if master fails to build. Signed-off-by: Anas Nashif --- .shippable.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.shippable.yml b/.shippable.yml index a17f098ed1b..6aa904e28ea 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -71,8 +71,6 @@ integrations: branches: only: - master - - net - - bluetooth - - arm on_success: never - on_failure: never + on_failure: always + on_pull_request: never