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

build: no parallel tests

parent 6c18ad00
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment