diff options
author | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-08-06 19:57:32 +0200 |
---|---|---|
committer | Marek Vavruša <marek.vavrusa@nic.cz> | 2015-08-06 20:04:23 +0200 |
commit | dcaab90f0dda5900d260b3fa79cb498f8a67b674 (patch) | |
tree | 658d9d50a7ee88cb4fc28f5a44fd2e963bcba0a7 /.travis.yml | |
parent | tests: added block module to tests (diff) | |
download | knot-resolver-dcaab90f0dda5900d260b3fa79cb498f8a67b674.tar.xz knot-resolver-dcaab90f0dda5900d260b3fa79cb498f8a67b674.zip |
tests: added console assertions to config file template
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 43d70a94..b72f0b3c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_script: - ./scripts/bootstrap-depends.sh ${HOME}/.local script: - make ${MAKEOPTS} install COVERAGE=1 PREFIX=${HOME}/.local - - make check COVERAGE=1 PREFIX=${HOME}/.local + - make ${MAKEOPTS} check COVERAGE=1 PREFIX=${HOME}/.local after_success: - test $TRAVIS_OS_NAME = linux && coveralls -i lib -i daemon -x ".c" --gcov-options '\-lp' sudo: false |