ignore build errors for coverity-scan

pull/880/head
Niels 2016-05-29 13:32:36 +02:00
parent c0b2c6ea5d
commit 6bdb883b5c
1 changed files with 1 additions and 1 deletions

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