mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-15 00:38:15 +00:00
Travis: Limit Cppcheck to macOS
.. because Homebrew comes with 2.0 while Ubuntu trusty has 1.61, only.
This commit is contained in:
parent
13bb381d29
commit
f027055f9d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue