mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2026-01-02 14:44:45 +03:00
travis: Installs cppcheck on MacOS X
This commit is contained in:
committed by
Felipe Zimmerle
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
|
||||||
|
|||||||
Reference in New Issue
Block a user