Coverity Scan make check fix

This commit is contained in:
Markus Gans 2018-07-23 01:08:41 +02:00
parent 5d56ec18bf
commit a4be4da63d
1 changed files with 1 additions and 1 deletions

View File

@ -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