mirror of
https://github.com/nlohmann/json.git
synced 2024-11-28 00:59:02 +08:00
ignore build errors for coverity-scan
This commit is contained in:
parent
c0b2c6ea5d
commit
6bdb883b5c
@ -40,7 +40,7 @@ matrix:
|
|||||||
description: "Build submitted via Travis CI"
|
description: "Build submitted via Travis CI"
|
||||||
notification_email: niels.lohmann@gmail.com
|
notification_email: niels.lohmann@gmail.com
|
||||||
build_command_prepend: "make clean ; sudo cp $(which g++-5) $(which g++)"
|
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
|
branch_pattern: coverity_scan
|
||||||
env: COMPILER=g++-5
|
env: COMPILER=g++-5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user