From: Ondřej Surý Date: Tue, 17 Jan 2017 12:52:55 +0000 (+0100) Subject: Disable Travis-CI X-Git-Tag: v1.2.0-rc1~7^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a8a484cfa1b444d4ee3b1cd451dccb46140d93;p=thirdparty%2Fknot-resolver.git Disable Travis-CI --- diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1ace95c05..000000000 --- a/.travis.yml +++ /dev/null @@ -1,55 +0,0 @@ -language: c -os: - - linux - - osx -compiler: - - gcc - - clang -notifications: - email: - on_success: change - on_failure: change - slack: - rooms: cznic:xNJmvHU2xu2aGtN7Y2eqHKoD - on_success: change - on_failure: change - webhooks: - urls: https://webhooks.gitter.im/e/66485d8f591942052faa - on_success: always - on_failure: always -matrix: - fast_finish: true - exclude: - - os: linux - compiler: clang - - os: osx - compiler: gcc -env: - global: - - PKG_CONFIG_PATH="${HOME}/.local/lib/pkgconfig" - - PATH="${HOME}/.local/bin:/usr/local/bin:${PATH}" - - LD_LIBRARY_PATH="${HOME}/.local/lib" - - DYLD_LIBRARY_PATH="${HOME}/.local/lib" - - MALLOC_CHECK_=3 - - MALLOC_PERTURB_=223 -before_script: - - echo $CFLAGS - - BOOTSTRAP_CLEANUP=1 ./scripts/bootstrap-depends.sh ${HOME}/.local -script: - - CFLAGS="-O2 -g -fno-omit-frame-pointer -DDEBUG" make -j2 install check V=1 COVERAGE=1 PREFIX=${HOME}/.local DYLD_LIBRARY_PATH=${DYLD_LIBRARY_PATH} - - ./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 COVERAGE=1 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