From: Vladimír Čunát Date: Thu, 4 Jan 2018 13:26:32 +0000 (+0100) Subject: travis: skip Deckard tests X-Git-Tag: v2.0.0~44^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7e16e44d75b3d57d0495991cf10290b4b5655be;p=thirdparty%2Fknot-resolver.git travis: skip Deckard tests --- diff --git a/.travis.yml b/.travis.yml index ce0bb2a4b..7aa4c6f70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,8 @@ script: - ./daemon/kresd -h - ./daemon/kresd -V - echo "quit()" | ./daemon/kresd -a 127.0.0.1@53535 . - - CFLAGS="-O2 -g -fno-omit-frame-pointer -DDEBUG" make -j2 check-integration PREFIX=${HOME}/.local DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH} + # Deckard should be OK just on Linux + # - CFLAGS="-O2 -g -fno-omit-frame-pointer -DDEBUG" make -j2 check-integration PREFIX=${HOME}/.local DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH} after_success: - if test $TRAVIS_OS_NAME = linux; then coveralls -i lib -i daemon -x ".c" --gcov-options '\-lp'; fi sudo: false