From d4a63805622e8e5086cdf1c3bbbf35b5b1eed159 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 18 Apr 2019 09:40:54 +0000 Subject: [PATCH] Run clang analysis from travis. git-svn-id: file:///svn/unbound/trunk@5165 be551aaa-1e26-0410-a405-d3ace91eadb9 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1dc846a93..d3bcfd987 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,5 +13,4 @@ script: - ./configure --enable-debug - make - make test - - cd testcode - - ../testcode/mini_tdir.sh exe clang-analysis.tdir + - cd testcode; ../testcode/mini_tdir.sh exe clang-analysis.tdir