travis: Installs cppcheck on MacOS X

This commit is contained in:
Felipe Zimmerle
2017-02-15 12:37:06 -03:00
committed by Felipe Zimmerle
parent 616cf84c31
commit 4d66481bfa

View File

@@ -26,6 +26,9 @@ env:
- OPTS="--without-geoip $OPTS"
- OPTS="--without-lmdb $OPTS"
before_script:
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
- '[ "$TRAVIS_OS_NAME" != osx ] || brew install cppcheck'
script:
- ./build.sh