From 975acb32b699018603d0999b8d16330c2a33efca Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 13 Feb 2020 22:22:28 +0100 Subject: [PATCH] Update travis control file again We can't use --status-bugs because this would always FAIL - there are currently too many potential bugs (or false positives). --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6597c96d1..b56d69436 100644 --- a/.travis.yml +++ b/.travis.yml @@ -60,7 +60,7 @@ script: mkdir scan-build cd scan-build scan-build cmake -G "Unix Makefiles" .. - scan-build --status-bugs -v make + scan-build -v make fi after_success: