travis: fix --root argument for cpp-coveralls
This commit is contained in:
parent
6978fdbb52
commit
4255ed3fed
@ -39,7 +39,7 @@ script:
|
||||
make check;
|
||||
fi
|
||||
- if [ "${TRAVIS_COVERALLS}" = "ON" ]; then
|
||||
$PYTHONUSERBASE/bin/coveralls --verbose --gcov-options '\-lp' --root-dir .. --build-root . --dump dump_coveralls.json;
|
||||
$PYTHONUSERBASE/bin/coveralls --verbose --gcov-options '\-lp' --root .. --build-root . --dump dump_coveralls.json;
|
||||
cat dump_coveralls.json;
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user