mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Adds lua as a travis option
This commit is contained in:
parent
7fa5ca9ba0
commit
bff326e80e
@ -7,6 +7,7 @@ addons:
|
||||
- libfuzzy-dev
|
||||
- libyajl-dev
|
||||
- libgeoip-dev
|
||||
- liblua5.2-dev
|
||||
- liblmdb-dev
|
||||
- cppcheck
|
||||
|
||||
@ -27,6 +28,7 @@ env:
|
||||
- OPTS="--without-geoip $OPTS"
|
||||
- OPTS="--without-lmdb $OPTS"
|
||||
- OPTS="--without-ssdeep $OPTS"
|
||||
- OPTS="--without-lua $OPTS"
|
||||
|
||||
before_script:
|
||||
- '[ "$TRAVIS_OS_NAME" != osx ] || brew update'
|
||||
|
Loading…
x
Reference in New Issue
Block a user