mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
travis: Adds ssdeep option to our regression soup
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user