From 830b54ec690cd663145bede743fa8938bab2f8cc Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Fri, 4 Jul 2014 08:17:57 -0700 Subject: [PATCH] Build in debug mode on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0290a6079..e521664b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - export CPPFLAGS="-fprofile-arcs -ftest-coverage" - export LIBS="-lgcov" - autoreconf -if - - ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" || cat config.log + - ./configure BOOST_LDFLAGS="-L$(pwd)/vendor/boost/stage/lib" --enable-debug || cat config.log - make -j3 all test - coveralls --exclude vendor --exclude tests --exclude src --exclude build --exclude tools notifications: