]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
travis: more commands
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 3 Dec 2015 22:48:57 +0000 (23:48 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 3 Dec 2015 22:48:57 +0000 (23:48 +0100)
.travis.yml

index de7ed40c92e8e41a21ae353a143b15b612935763..4ddf4eb5ecc4cff43e0c2e1c0cdc6fbf16680283 100644 (file)
@@ -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'