]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: fixed check running before modules are installed
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 6 Aug 2015 16:57:33 +0000 (18:57 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 6 Aug 2015 17:04:15 +0000 (19:04 +0200)
.travis.yml

index 4ea5882ca0391a40e63fa75a869139f97965f01d..43d70a94e744dea64d111611963dc7deefe17e34 100644 (file)
@@ -31,7 +31,8 @@ env:
 before_script:
     - ./scripts/bootstrap-depends.sh ${HOME}/.local
 script:
-    - make ${MAKEOPTS} install check COVERAGE=1 PREFIX=${HOME}/.local
+    - make ${MAKEOPTS} install COVERAGE=1 PREFIX=${HOME}/.local
+    - make 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