ignore build errors for coverity-scan

This commit is contained in:
Niels 2016-05-29 13:32:36 +02:00
parent c0b2c6ea5d
commit 6bdb883b5c

View file

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