From 00a62875a64bbeb80315147da4c7086989b47246 Mon Sep 17 00:00:00 2001 From: Raghu Raja Date: Thu, 21 May 2020 14:03:06 -0700 Subject: [PATCH] travis: Send Coverity scan reports to the maintainer Sending notifications to Sean, per discussion in https://github.com/ofiwg/libfabric/pull/5954. If the builds work after this, we can think about setting up a generic list with OFA. Signed-off-by: Raghu Raja --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 9bffaaeaef6..3be4f54e00c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,7 @@ addons: project: name: "ofiwg/libfabric" description: "Libfabric project coverity scans" + notification_email: sean.hefty@intel.com build_command_prepend: "./autogen.sh; ./configure" build_command: "make -j2" # It might be overkill to run a full scan across the compiler test matrix