From: Marek VavruĊĦa Date: Wed, 28 Jan 2015 17:46:44 +0000 (+0100) Subject: travis: no debug messages in integration tests X-Git-Tag: v1.0.0-beta1~350^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14ed14b61f726cd559b60cf83aa7cfbb85d9a4a0;p=thirdparty%2Fknot-resolver.git travis: no debug messages in integration tests --- 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