travis: fix --root argument for cpp-coveralls

This commit is contained in:
Hugues Delorme 2015-09-10 12:03:00 +02:00
parent 6978fdbb52
commit 4255ed3fed

View File

@ -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