Travis: Limit Cppcheck to macOS

.. because Homebrew comes with 2.0 while
Ubuntu trusty has 1.61, only.
This commit is contained in:
Sebastian Pipping 2020-05-28 01:59:04 +02:00
parent 13bb381d29
commit f027055f9d

View File

@ -15,12 +15,13 @@ env:
- CFLAGS='-g3 -pipe'
matrix:
- MODE=cmake-oos
- MODE=cppcheck
- MODE=distcheck
- MODE=qa-sh CC=clang CXX=clang++ LD=clang++ QA_SANITIZER=address
matrix:
include:
- os: osx
env: MODE=cppcheck
- os: linux
env: MODE=clang-format
- os: linux