]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Remove lint, gives parse errors on system headers.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 11:34:12 +0000 (11:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 18 Apr 2019 11:34:12 +0000 (11:34 +0000)
git-svn-id: file:///svn/unbound/trunk@5173 be551aaa-1e26-0410-a405-d3ace91eadb9

.travis.yml

index 2ab15b20e76d5f7659c7bd1f8e7cda8f03200fc4..63c3906060473a590e4744af9b3dd1152b353020 100644 (file)
@@ -9,10 +9,8 @@ addons:
     - libevent-dev
     - libexpat-dev
     - clang
-    - splint
 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)