diff --git a/.travis.yml b/.travis.yml index 3d62aa13..6b6ce1d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: