travis: try to run clang analyzer upon build time

This commit is contained in:
Marc André Tanner 2015-02-15 10:30:04 +01:00
parent fd26003cce
commit 4fa38bb62e
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ compiler:
env:
- DEBUG=
- DEBUG=debug
script: make $DEBUG
- SCANBUILD=scan-build
script: $SCANBUILD make $DEBUG