From: Wouter Wijngaards Date: Thu, 18 Apr 2019 11:29:31 +0000 (+0000) Subject: Add splint to run make lint. X-Git-Tag: final-svn-state~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae54e9013b4bffc5180c7de5befed6fece508457;p=thirdparty%2Funbound.git Add splint to run make lint. git-svn-id: file:///svn/unbound/trunk@5172 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/.travis.yml b/.travis.yml index 137aa6f75..2ab15b20e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ addons: - libevent-dev - libexpat-dev - clang + - splint script: - ./configure --enable-debug --disable-flto - make