logswan

Fast Web log analyzer using probabilistic data structures
Log | Files | Refs | README | LICENSE

commit 94d74cdfed7ba7f479a0e542e197b0205e846cb5
parent e4b31f2317055d491d29d01df571f071dc178e00
Author: Frederic Cambus <fred@statdns.com>
Date:   Sat, 26 Oct 2019 18:26:53 +0200

Switch 'branch_pattern' to 'coverity_scan' to avoid triggering analysis for each commit (Travis CI).

While there, also update version number to 2.1.0.

Diffstat:
M.travis.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -32,9 +32,9 @@ addons: coverity_scan: project: name: "fcambus/logswan" - version: 2.0.4 + version: 2.1.0 description: "Fast Web log analyzer using probabilistic data structures" notification_email: fred@statdns.com build_command_prepend: cmake . build_command: make -j 4 - branch_pattern: master + branch_pattern: coverity_scan