From 14ed14b61f726cd559b60cf83aa7cfbb85d9a4a0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Vavru=C5=A1a?= <marek.vavrusa@nic.cz>
Date: Wed, 28 Jan 2015 18:46:44 +0100
Subject: [PATCH] travis: no debug messages in integration tests

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 3e1f9bfd0..7d5e20646 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ env:
         - PKG_CONFIG_PATH="${HOME}/fakeroot/lib/pkgconfig"
         - LDFLAGS="-L${HOME}/fakeroot/lib"
         - PIP_DOWNLOAD_CACHE="${HOME}/.pip-cache"
+        - CFLAGS="${CFLAGS} -DNDEBUG"
 before_script:
     - ./scripts/bootstrap-depends.sh ${HOME}/fakeroot
     - pip install --user travis -r tests/pydnstest/requirements.txt
-- 
GitLab