From 1c1fc36d760aa2061fc1c1c4123a8f65c81da324 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 18 Apr 2019 10:05:17 +0000 Subject: [PATCH] Prinout analysis output (if any). git-svn-id: file:///svn/unbound/trunk@5167 be551aaa-1e26-0410-a405-d3ace91eadb9 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aef14a271..7c32543dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,4 +13,4 @@ script: - ./configure --enable-debug - make - make test - - cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir + - cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; grep -e "warning:" -e "error:" result.clang-analysis -- 2.47.3