mirror of https://github.com/fltk/fltk
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:
parent
e75ba551a6
commit
975acb32b6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue