From 6bdb883b5c5cc41331ff6807aa6ef4dc62bbb4ec Mon Sep 17 00:00:00 2001 From: Niels Date: Sun, 29 May 2016 13:32:36 +0200 Subject: [PATCH] ignore build errors for coverity-scan --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 766e6c237..6d23a0dd8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- GitLab