]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
build: no parallel tests
authorMarek Vavruša <marek.vavrusa@nic.cz>
Tue, 11 Aug 2015 16:37:06 +0000 (18:37 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Tue, 11 Aug 2015 16:37:06 +0000 (18:37 +0200)
.travis.yml

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