From b021c15e4b690af50e2cb4fb16e00340ab2d2631 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Fri, 3 Feb 2017 17:29:46 -0300 Subject: [PATCH] Adds a little more build options to the travis file --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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: