mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Removes dup on travis build matrix
This commit is contained in:
parent
44121bdee3
commit
09cfa2869f
@ -14,13 +14,16 @@ compiler:
|
|||||||
- clang
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
|
|
||||||
|
os:
|
||||||
|
- linux
|
||||||
|
- osx
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- OPTS="--enable-parser-generation $OPTS"
|
- OPTS="--enable-parser-generation $OPTS"
|
||||||
- OPTS="--without-curl $OPTS"
|
- OPTS="--without-curl $OPTS"
|
||||||
- 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-yajl $OPTS"
|
|
||||||
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user