From a4be4da63d9c5d29f40849b5f325758f8d8f0a09 Mon Sep 17 00:00:00 2001 From: Markus Gans Date: Mon, 23 Jul 2018 01:08:41 +0200 Subject: [PATCH] Coverity Scan make check fix --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed3fae49..3eebb1c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,7 +50,7 @@ matrix: description: Build submitted via Travis CI notification_email: guru.mail@muenster.de build_command_prepend: "autoreconf -v --install --force && ./configure --prefix=/usr CPPFLAGS='-DDEBUG' CXXFLAGS='-g -O0 -DDEBUG' --with-unit-test && make clean" - build_command: "make V=1 check" + build_command: "make V=1 -j10" branch_pattern: master before_install: - lsb_release -a