From 4fa38bb62e5e753af663962b8a15df4cabc0216a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 15 Feb 2015 10:30:04 +0100 Subject: [PATCH] travis: try to run clang analyzer upon build time --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c6b8c7c..fe3e8c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ compiler: env: - DEBUG= - DEBUG=debug -script: make $DEBUG + - SCANBUILD=scan-build +script: $SCANBUILD make $DEBUG