From: Marek VavruĊĦa Date: Thu, 3 Dec 2015 22:48:57 +0000 (+0100) Subject: travis: more commands X-Git-Tag: v1.0.0-beta3~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46e0d94cb7a359dfa566ea50134e9c05dd6bbd21;p=thirdparty%2Fknot-resolver.git travis: more commands --- diff --git a/.travis.yml b/.travis.yml index de7ed40c9..4ddf4eb5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,8 @@ before_script: script: - make -j2 install check COVERAGE=1 PREFIX=${HOME}/.local - ./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 after_success: - test $TRAVIS_OS_NAME = linux && coveralls -i lib -i daemon -x ".c" --gcov-options '\-lp'