From 7dab0400a895cbffcc0cd599590e648127e81142 Mon Sep 17 00:00:00 2001 From: iphydf Date: Thu, 7 Jul 2016 20:53:49 +0100 Subject: Enable toxcore logging when building on Travis. The logging code is rarely tested by users, so we use Travis to exercise it. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 93e59131..ca202b62 100644 --- a/.travis.yml +++ b/.travis.yml @@ -84,6 +84,7 @@ script: --with-libsodium-libs=$CACHE_DIR/lib \ --with-libsodium-headers=$CACHE_DIR/include \ --enable-daemon \ + --enable-logging \ --enable-ntox \ CFLAGS="-O0 -Wall -Wextra -fprofile-arcs -ftest-coverage" - make -- cgit v1.2.3