From a8408c71682207f52a3911dd2d62d0a9f27dc826 Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 10 Jun 2014 13:34:42 +0200 Subject: [PATCH] also build with everything enabled --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f0dc83c..31f55ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ compiler: - gcc - clang env: + - CONFIGURE_ARGS="" - CONFIGURE_ARGS="--without-ldap" - CONFIGURE_ARGS="--without-cr" - CONFIGURE_ARGS="--without-ldap --without-cr"