travis: Adds ssdeep option to our regression soup

This commit is contained in:
Felipe Zimmerle
2017-10-26 15:13:34 -03:00
parent 7622866f97
commit 9c83b39ea0

View File

@@ -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'