From 7b47bc71ee5d41e36194a1abdcac75bc621b9fc9 Mon Sep 17 00:00:00 2001 From: Grigorii Demidov Date: Wed, 26 Oct 2016 14:01:28 +0200 Subject: [PATCH] travis.yml was edited --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2