summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 4775ff4..e64c40d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,4 +17,8 @@ addons:
- libnet1-dev
- libcli-dev
-script: CC=$CC ./configure && make CC=$CC
+script:
+ - CC=$CC ./configure && make CC=$CC
+ - CC=$CC DISABLE_GEOIP=1 ./configure && make clean && make CC=$CC
+ - CC=$CC DISABLE_ZLIB=1 ./configure && make clean && make CC=$CC
+ - CC=$CC DISABLE_GEOIP=1 DISABLE_ZLIB=1 ./configure && make clean && make CC=$CC