logswan

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

commit d1270ca6529a04b090cf8bcbb1520a7e385ad769
parent 0b25e6bb86deea17a1875f6757fb48ecbc945d8a
Author: Frederic Cambus <fred@statdns.com>
Date:   Wed,  7 Dec 2016 14:57:34 +0100

Update Coverity configuration

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

diff --git a/.travis.yml b/.travis.yml @@ -15,7 +15,8 @@ addons: coverity_scan: project: name: "fcambus/logswan" + version: 1.05 description: "Fast Web log analyzer using probabilistic data structures" build_command_prepend: cmake . - build_command: make + build_command: make -j 4 branch_pattern: master