Skip to content
Snippets Groups Projects
Commit 88fd256f authored by Marek Vavruša's avatar Marek Vavruša
Browse files

travis: try the binary help

parent 8a1535c6
Branches
Tags
No related merge requests found
......@@ -33,6 +33,7 @@ before_script:
- mkdir ${SOCKET_WRAPPER_DIR}
script:
- make -j2 install COVERAGE=1 PREFIX=${HOME}/.local
- ./daemon/kresd -h
- make check COVERAGE=1 PREFIX=${HOME}/.local
after_success:
- test $TRAVIS_OS_NAME = linux && coveralls -i lib -i daemon -x ".c" --gcov-options '\-lp'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment