From: Ivan Maidanski Date: Mon, 24 Apr 2017 18:16:41 +0000 (+0300) Subject: Travis CI: Add notification_email property for Coverity Scan X-Git-Tag: v7.6.0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd4257b;p=libatomic_ops Travis CI: Add notification_email property for Coverity Scan (fix commit 18f1ddd) --- 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"