mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
travis: Adds ssdeep option to our regression soup
This commit is contained in:
parent
7622866f97
commit
9c83b39ea0
@ -4,6 +4,7 @@ sudo: false
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libfuzzy-dev
|
||||
- libyajl-dev
|
||||
- libgeoip-dev
|
||||
- liblmdb-dev
|
||||
@ -25,6 +26,7 @@ env:
|
||||
- OPTS="--without-yajl $OPTS"
|
||||
- OPTS="--without-geoip $OPTS"
|
||||
- OPTS="--without-lmdb $OPTS"
|
||||
- OPTS="--without-ssdeep $OPTS"
|
||||
|
||||
before_script:
|
||||
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
|
||||
|
Loading…
x
Reference in New Issue
Block a user