travis: add scan-build in PATH

This commit is contained in:
Grissiom
2013-09-07 18:31:05 +08:00
parent 4240ebd73f
commit dacd2cb9a9
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ def generate(env):
env.AppendENVPath('PATH', rtconfig.EXEC_PATH)
def exists(env):
return env.Detect(['clang', 'clang++'])
return env.Detect(['ccc-analyzer', 'c++-analyzer'])
# Local Variables:
# tab-width:4