]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Disable Travis-CI
authorOndřej Surý <ondrej@sury.org>
Tue, 17 Jan 2017 12:52:55 +0000 (13:52 +0100)
committerOndřej Surý <ondrej@sury.org>
Tue, 17 Jan 2017 14:37:10 +0000 (15:37 +0100)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 1ace95c..0000000
+++ /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