ignore build errors for coverity-scan
This commit is contained in:
parent
c0b2c6ea5d
commit
6bdb883b5c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ matrix:
|
|||
description: "Build submitted via Travis CI"
|
||||
notification_email: niels.lohmann@gmail.com
|
||||
build_command_prepend: "make clean ; sudo cp $(which g++-5) $(which g++)"
|
||||
build_command: "make doctest"
|
||||
build_command: "make doctest || true"
|
||||
branch_pattern: coverity_scan
|
||||
env: COMPILER=g++-5
|
||||
|
||||
|
|
Loading…
Reference in a new issue