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

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: