From bd4257b844c468dfb7cb95a271c512b4779de011 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Mon, 24 Apr 2017 21:16:41 +0300 Subject: [PATCH] Travis CI: Add notification_email property for Coverity Scan (fix commit 18f1ddd) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8ca6ab2..632ed8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,10 @@ matrix: addons: coverity_scan: project: + description: The atomic_ops project name: ivmai/libatomic_ops + notification_email: ivmai@mail.ru version: 7.5.0 - description: The atomic_ops library branch_pattern: master build_command_prepend: ./configure build_command: make -j check CFLAGS_EXTRA="-D LINT2 -march=native" -- 2.50.1