Run scan-build during CI
This bumps the travis-ci container image to Trusty so that we have a version of clang that includes proper support for C++14.
This commit is contained in:
parent
cfca764d48
commit
97cdd8b738
4 changed files with 48 additions and 4 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
set -e
|
||||
|
||||
. script/lib.sh
|
||||
|
||||
script/fetch-fixtures
|
||||
script/check-mallocs
|
||||
script/test
|
||||
scan_build make
|
||||
script/test -b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue