]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
travis: clean up config
authorTomas Krizek <tomas.krizek@nic.cz>
Tue, 6 Nov 2018 17:55:15 +0000 (18:55 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 14 Nov 2018 13:34:17 +0000 (14:34 +0100)
.travis.yml

index ff1a64a052f5e940498fafa9b81929cc01e93e85..70523173be4978f2665b3e6dced24fdaba7038b0 100644 (file)
@@ -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