mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
travis: Installs cppcheck on MacOS X
This commit is contained in:
parent
616cf84c31
commit
4d66481bfa
@ -26,6 +26,9 @@ env:
|
|||||||
- OPTS="--without-geoip $OPTS"
|
- OPTS="--without-geoip $OPTS"
|
||||||
- OPTS="--without-lmdb $OPTS"
|
- OPTS="--without-lmdb $OPTS"
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
|
||||||
|
- '[ "$TRAVIS_OS_NAME" != osx ] || brew install cppcheck'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user