From: Grigorii Demidov Date: Wed, 26 Oct 2016 12:01:28 +0000 (+0200) Subject: travis.yml was edited X-Git-Tag: v1.2.0-rc1~87^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b47bc71ee5d41e36194a1abdcac75bc621b9fc9;p=thirdparty%2Fknot-resolver.git travis.yml was edited --- diff --git a/.travis.yml b/.travis.yml index 7096fc778..b18310c44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,11 +32,11 @@ env: before_script: - BOOTSTRAP_CLEANUP=1 ./scripts/bootstrap-depends.sh ${HOME}/.local script: - - make -j2 install check V=1 COVERAGE=1 PREFIX=${HOME}/.local + - 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 . - - make -j2 check-integration COVERAGE=1 PREFIX=${HOME}/.local + - 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