From: Tomas Krizek Date: Tue, 6 Nov 2018 17:55:15 +0000 (+0100) Subject: travis: clean up config X-Git-Tag: v3.2.0~33^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ad5ca7295a5cc76ceadaa588f47ada33762f15d;p=thirdparty%2Fknot-resolver.git travis: clean up config --- diff --git a/.travis.yml b/.travis.yml index ff1a64a05..70523173b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,17 +37,4 @@ script: - ./daemon/kresd -h - ./daemon/kresd -V - echo "quit()" | ./daemon/kresd -a 127.0.0.1@53535 . - # 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 -cache: - directories: - - ${HOME}/.local - - ${HOME}/.cache/pip -before_cache: - - rm -f ${HOME}/.local/sbin/kresd - - rm -f ${HOME}/.local/lib/libkres.* - - rm -rf ${HOME}/.local/include/libkres - - rm -rf ${HOME}/.local/lib/kdns_modules