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).
This commit is contained in:
Albrecht Schlosser 2020-02-13 22:22:28 +01:00
parent e75ba551a6
commit 975acb32b6
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ script:
mkdir scan-build mkdir scan-build
cd scan-build cd scan-build
scan-build cmake -G "Unix Makefiles" .. scan-build cmake -G "Unix Makefiles" ..
scan-build --status-bugs -v make scan-build -v make
fi fi
after_success: after_success: