Skip to content

Commit 4d66481

Browse files
zimmerleFelipe Zimmerle
authored and
Felipe Zimmerle
committed
travis: Installs cppcheck on MacOS X
1 parent 616cf84 commit 4d66481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ env:
2626
- OPTS="--without-geoip $OPTS"
2727
- OPTS="--without-lmdb $OPTS"
2828

29+
before_script:
30+
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
31+
- '[ "$TRAVIS_OS_NAME" != osx ] || brew install cppcheck'
2932

3033
script:
3134
- ./build.sh

0 commit comments

Comments
 (0)