From: Wouter Wijngaards Date: Thu, 18 Apr 2019 11:26:07 +0000 (+0000) Subject: See if make lint works. X-Git-Tag: final-svn-state~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3ae4d08a6df3c92a4b13f4e7e9cb4385786f67;p=thirdparty%2Funbound.git See if make lint works. git-svn-id: file:///svn/unbound/trunk@5171 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/.travis.yml b/.travis.yml index 63c390606..137aa6f75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,6 @@ addons: script: - ./configure --enable-debug --disable-flto - make + - make lint - make test - (cd testdata; ../testcode/mini_tdir.sh exe clang-analysis.tdir ; if grep -e "warning:" -e "error:" result.clang-analysis ; then exit 1; else exit 0; fi)