From 6f1862f884bc4c98ce9b9d7956b7afe325c637c3 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Tue, 2 Feb 2016 09:46:06 +0000 Subject: [PATCH] test: Enable maintainer mode + debug in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2db04da..e1c24df5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -88,7 +88,7 @@ before_script: export LDFLAGS=$IOSFLAGS fi script: - - ./buildconf && $SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics $CONFIG_OPTS && $SCAN_WRAP make + - ./buildconf && $SCAN_WRAP ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug $CONFIG_OPTS && $SCAN_WRAP make - | if [ "$BUILD_TYPE" != "ios" ]; then cd test && autoreconf -iv && ./configure $CONFIG_OPTS && make && ./arestest -v && cd ..