mirror of
https://github.com/fltk/fltk.git
synced 2026-05-27 19:10:24 +08:00
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:
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user