Removes dup on travis build matrix

This commit is contained in:
Felipe Zimmerle 2017-02-06 11:01:34 -03:00 committed by Felipe Zimmerle
parent 44121bdee3
commit 09cfa2869f
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -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: