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
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -4,6 +4,7 @@ sudo: false
addons: addons:
apt: apt:
packages: packages:
- libfuzzy-dev
- libyajl-dev - libyajl-dev
- libgeoip-dev - libgeoip-dev
- liblmdb-dev - liblmdb-dev
@ -25,6 +26,7 @@ env:
- OPTS="--without-yajl $OPTS" - OPTS="--without-yajl $OPTS"
- OPTS="--without-geoip $OPTS" - OPTS="--without-geoip $OPTS"
- OPTS="--without-lmdb $OPTS" - OPTS="--without-lmdb $OPTS"
- OPTS="--without-ssdeep $OPTS"
before_script: before_script:
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update' - '[ "$TRAVIS_OS_NAME" != osx ] || brew update'