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:
Phil Turnbull 2017-06-14 13:28:03 -04:00
parent cfca764d48
commit 97cdd8b738
4 changed files with 48 additions and 4 deletions

View file

@ -2,6 +2,9 @@
set -e
. script/lib.sh
script/fetch-fixtures
script/check-mallocs
script/test
scan_build make
script/test -b