Merge branch 'ls/travis-stricter-linux32-builds'
[gitweb.git] / .travis.yml
index 658a219ee129c0108f6362024b775d162e70073d..1b32c98f2cd71dc3cc559fd7efc709a5bd65ac1f 100644 (file)
@@ -72,6 +72,18 @@ matrix:
         # Use the following command to debug the docker build locally:
         # $ docker run -itv "${PWD}:/usr/src/git" --entrypoint /bin/bash daald/ubuntu32:xenial
         # root@container:/# /usr/src/git/ci/run-linux32-build.sh
+    - env: Static Analysis
+      os: linux
+      compiler:
+      addons:
+        apt:
+          packages:
+          - coccinelle
+      before_install:
+      script:
+        # "before_script" that builds Git is inherited from base job
+        - make coccicheck
+      after_failure:
     - env: Documentation
       os: linux
       compiler: clang