Adds a little more build options to the travis file

This commit is contained in:
Felipe Zimmerle
2017-02-03 17:29:46 -03:00
committed by Felipe Zimmerle
parent c06daba398
commit b021c15e4b

View File

@@ -15,8 +15,12 @@ compiler:
- gcc
env:
- OPTS="--enable-parser-generation"
- OPTS="--without-curl"
- OPTS="--enable-parser-generation $OPTS"
- OPTS="--without-curl $OPTS"
- OPTS="--without-yajl $OPTS"
- OPTS="--without-geoip $OPTS"
- OPTS="--without-lmdb $OPTS"
- OPTS="--without-yajl $OPTS"
script: